import type { ConstructFetchInput, Token } from '../../types';
type GetTokens = (signal?: AbortSignal) => Promise<Token[]>;
export type GetTokensFunctions = {
    getTokens: GetTokens;
};
export declare const constructGetTokens: ({ apiURL, chainId, fetcher, }: ConstructFetchInput) => GetTokensFunctions;
export {};
//# sourceMappingURL=token.d.ts.map