export declare function callbackify(fn: (...args: any[]) => any): (this: any, ...args: any[]) => any;