export function promisify(fn: Function): (...args: any) => Promise;