import { AsyncIterableX } from './asynciterablex'; export declare function asyncify(func: Function): (...args: any[]) => AsyncIterableX;