import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js'; export declare const name = "name-length"; export declare const availableConfigs: { Feature: number; Rule: number; Step: number; Scenario: number; }; type Configuration = RuleSubConfig; export declare function run({ feature }: GherkinData, configuration: Configuration): RuleError[]; export declare const documentation: Documentation; export {}; //# sourceMappingURL=name-length.d.ts.map