export declare function asyncIterationUntilReturn(iterable: Iterable, callback: (result: TInput) => Promise | TOutput | undefined): Promise | TOutput | undefined; export declare function isBlob(value: any): value is Blob;