/** * Timeout a promise with a given Error message if the promise does not resolve in given time * @internal */ export declare function timeoutPromise(promise: Promise, option: { ms: number; message: string; }): Promise; //# sourceMappingURL=timeoutPromise.d.ts.map