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