export type PromiseOrValue = T | Promise; export type PromiseOrVoid = void | Promise; //# sourceMappingURL=promises.d.ts.map