import type { GeneratorOptions } from '@prisma/generator-helper';
/** Runs the generator with the given options. */
export declare function onGenerate(options: GeneratorOptions): Promise<void>;
//# sourceMappingURL=on-generate.d.ts.map