export * as queries from "./queries/constants"; export declare const isNetworkGasToken: (token: string) => boolean; export declare const isTransactionCostDependentChain: (chainId: number) => boolean; export declare const isEthereumChain: (chainId: number) => boolean;