import type { Tree } from '@nx/devkit';
import type { Schema } from './schema';
export declare function directiveGenerator(tree: Tree, schema: Schema): Promise<void>;
export default directiveGenerator;
//# sourceMappingURL=directive.d.ts.map