/**
 * PZG Pro Generator Implementation
 *
 * This matches the main prisma-zod-generator pattern but loads Pro feature
 * modules lazily so the OSS build compiles without the private submodule.
 */
import type { GeneratorOptions } from '@prisma/generator-helper';
export declare const PRO_HELP_MESSAGE: string;
export declare function generateProFeatures(options: GeneratorOptions): Promise<void>;
