export type Awaited = T extends PromiseLike ? PT : never; //# sourceMappingURL=util.d.ts.map