export interface Configs { chainId: number; exchangeProxyAddress: string; } export declare const configs: Configs[]; export declare const supportedChainIds: number[], configMap: Record; export declare function getExchangeProxyAddress(chainId: number): string;