export declare type ExtractPromise = T extends Promise ? P : T; export declare type EP = ExtractPromise; //# sourceMappingURL=promise.d.ts.map