import type { PrototypeStruct } from '../index.js'; interface IsGeneratorFunction { isGeneratorFunction(x: any): boolean; } export declare const isGeneratorFunction: PrototypeStruct; declare global { interface Function extends IsGeneratorFunction { } } export {}; //# sourceMappingURL=is-generator-function.d.ts.map