import { Chain, RpcSchema, Transport } from "viem"; import { AvalancheTransportConfig, ClientType } from "./types/types.js"; export declare function createAvalancheTransportClient(transportConfig: AvalancheTransportConfig, chain?: chain | Chain | undefined, { apiKey, rlToken, }?: { apiKey?: string | undefined; rlToken?: string | undefined; }, clientType?: ClientType): transport; //# sourceMappingURL=utils.d.ts.map