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