export declare const useSwapAllTokens: ({ chain }: { chain: string; }, options?: { onError?: (error: any) => void; }) => any; export declare const useSwapAllTokensSearch: ({ chain, content, config, }: { chain?: string; content: string; config: { url: string; tmaid: string; tmakey: string; }; }, options?: { onError?: (error: any) => void; }) => any;