import type { Tree } from '@nx/devkit';
import type { NestGeneratorOptions } from '../utils';
export type InterfaceGeneratorOptions = NestGeneratorOptions;
export declare function interfaceGenerator(tree: Tree, rawOptions: InterfaceGeneratorOptions): Promise<any>;
export default interfaceGenerator;
