import { RPCMethodCache, RPCMethodResult, SocketService } from '../SocketService'; export declare const wait: (ms: number) => Promise; export declare const waitForRpc: (rpcId: string, rpc: RPCMethodCache, interval?: number) => Promise; export declare const waitForNextRpcCall: ({ rpcId, instance, }: { rpcId: string; instance: SocketService; }) => Promise; //# sourceMappingURL=wait.d.ts.map