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