export declare function promisify(f: Function): (...args: any[]) => Promise;