export default function generatorFnToPromise(generatorFunction: any): (...args: any[]) => Promise;