interface GenerateOptions {
    framework?: string;
    dryRun?: boolean;
    backup?: boolean;
    exclude?: string[];
    include?: string[];
    prefix?: string;
    attributeName?: string;
    naming?: string;
    maxLength?: string;
    parallel?: string;
    config?: string;
    logLevel?: string;
    silent?: boolean;
    color?: boolean;
}
export declare function generateCommand(targetPath: string, options: GenerateOptions): Promise<void>;
export {};
//# sourceMappingURL=generate.d.ts.map