export type Awaitable<T> = T | PromiseLike<T>;
//# sourceMappingURL=awaitable.type.d.ts.map