import type { Tree } from '@nx/devkit';
import type { NestGeneratorWithLanguageOption, NestGeneratorWithTestOption } from '../utils';
export type ClassGeneratorOptions = NestGeneratorWithLanguageOption & NestGeneratorWithTestOption;
export declare function classGenerator(tree: Tree, rawOptions: ClassGeneratorOptions): Promise<any>;
export default classGenerator;
