import type { RpcTransport } from "@solana/kit"; export type RpcCaller =
(method: string, params: P) => Promise; export declare const makeRpcCaller: (transport: RpcTransport) => RpcCaller; //# sourceMappingURL=caller.d.ts.map