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