export type Awaitable = T | PromiseLike; export type Nullable = T | null | undefined; //# sourceMappingURL=utils.d.ts.map