/** * Returns true if `x` is an instantiated ES6 generator (i.e. it * {@link isIterable} and {@link implementsFunction} `next`). * * @param x */ export declare const isGenerator: (x: any) => x is Generator; //# sourceMappingURL=is-generator.d.ts.map