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