export declare function callbackify(task: (...taskArgs: any[]) => Promise<any>): any;
