import { Config } from "../types"; export declare const isNetworkSupported: (payload: { chainId: bigint; }, config: Config) => Promise; export declare const getSupportedNetworks: (config: Config) => Promise;