import RPC from "bare-rpc"; import type { RPCOptions } from "../../schemas/index"; export declare function getRPC(publicKey: string, options?: RPCOptions): Promise; /** * Remove a stale RPC connection for a peer. * Called when a delegation request fails (e.g., timeout) so the next * attempt creates a fresh connection instead of reusing a dead RPC. */ export declare function cleanupStaleConnection(publicKey: string): void; //# sourceMappingURL=delegate-rpc-client.d.ts.map