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