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