export declare function promiseWithResolvers(): { promise: Promise; resolve: () => void; reject: (reason?: any) => void; };