import type { ChainId } from '@lifi/types';
export declare const getRpcUrl: (chainId: ChainId) => Promise<string>;
export declare const getRpcUrls: (chainId: ChainId) => Promise<string[]>;
//# sourceMappingURL=rpc.d.ts.map