import type { SupportedChain } from '../../orchestrator'; declare function getAlchemyUrl(chainId: SupportedChain, apiKey: string): string; declare function getCustomUrl(chainId: number, urls: Record): string | undefined; export { getAlchemyUrl, getCustomUrl }; //# sourceMappingURL=providers.d.ts.map