import { EthNetwork } from "../models/EthNetwork"; export declare class AddressService { static getExchangekAddress(network: EthNetwork): string; }