import { Documentation, GherkinData, RuleError } from '../types.js';
export declare const name = "no-unused-variables";
export declare function run({ feature }: GherkinData): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=no-unused-variables.d.ts.map