import { Tree } from "@nrwl/devkit"; interface CreateRulesOptions { ruleName: string; directory: string; index: string; projectName: string | null; } export declare function createRule(tree: Tree, options: CreateRulesOptions): void; export {};