import type { Tree } from '@nx/devkit';
import type { Schema } from '../schema';
export declare function validateOptions(tree: Tree, options: Schema): void;
//# sourceMappingURL=validate-options.d.ts.map