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