import { GherkinData, RuleSubConfig, RuleError, Documentation } from '../types.js';
export declare const name = "allow-all-lowercase";
export declare const availableConfigs: {
    [x: string]: boolean;
};
export declare function run(gherkinData: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=allow-all-lowercase.d.ts.map