export declare function promiseWhile(condition: () => boolean, action: () => Promise): Promise; //# sourceMappingURL=promiseWhile.d.ts.map