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