export type MaybePromise = T | Promise; export type MaybePromiseLike = T | PromiseLike; //# sourceMappingURL=MaybePromise.d.ts.map