export declare const pWhile: (condition: (value: T | undefined) => boolean, action: () => T | PromiseLike) => Promise; //# sourceMappingURL=p-while.d.ts.map