export declare const delay: (ms: number) => Promise; export declare const makeCancellable: (promise: Promise) => any; export declare const makeTimeLimited: (promise: Promise, timeoutMs: number, reason?: any) => Promise; //# sourceMappingURL=promise.d.ts.map