import type { AnyRequestMethodName, RequestId, RequestParams, CondoBridgeSubscriptionListener, AnyResponseMethodName, ResultResponseData } from './types/bridge'; export declare function promisifySend(send: (method: Method, params?: RequestParams & RequestId) => void, subscribe: (listener: CondoBridgeSubscriptionListener) => void): (method: Method, params?: RequestParams & RequestId, timeout?: number) => Promise : void>; //# sourceMappingURL=promisify.d.ts.map