export declare const withResolvers: () => { promise: Promise; reject: (reason?: any) => void; resolve: (value: T | PromiseLike) => void; }; //# sourceMappingURL=withResolvers.d.ts.map