import { Feature, ResultError } from "../types";
export declare const name = "max-scenarios-per-file";
export declare function run(feature: Feature, unused: any, config: any): ResultError[];
