import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js';
export declare const name = "keywords-in-logical-order";
export declare const availableConfigs: {
    detectMissingKeywords: boolean;
};
export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=keywords-in-logical-order.d.ts.map