export declare function validateAndParseAddress(address: string): string; export declare function tokenAddrContains(arr: { address: string; }[], token: { address: string; }): boolean; export declare function sortsAddress(address0: string, address1: string): boolean; export declare function formatPairAddress(_address0: string, _address1: string): string; export declare function getBody(url: string, defaultBody: string): Promise; export declare function getFullUrl(url: string, options: any): string; export declare function parseAbiArray(data: string, loc: number): string[]; export declare function parseAbiString(data: string, loc: number): string;