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