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