import { Tree } from '@nx/devkit';
export interface LintWorkspaceRuleGeneratorOptions {
    name: string;
    directory: string;
}
export declare function lintWorkspaceRuleGenerator(tree: Tree, options: LintWorkspaceRuleGeneratorOptions): Promise<import("@nx/devkit").GeneratorCallback>;
