import { Promised, StrictStream } from './index'; export declare function loop(condition: () => Promised): StrictStream;