export default function promisify(fn: any): (...args: any[]) => Promise; export function promisifyWithTime(fn: any): (...args: any[]) => Promise;