export declare type PromiseOrValue = Promise | T; export declare const resolveObjectValues: (obj: { [k: string]: PromiseOrValue; }) => Promise<{ [k: string]: T; }>; //# sourceMappingURL=util.d.ts.map