import { ChainIds } from '../models';
export declare const getRpcUrl: (chainId: ChainIds) => string;
