export type ValueOrPromise = T extends PromiseLike ? T : T | Promise; //# sourceMappingURL=shared.d.ts.map