import { Feature, File, ResultError } from "../types";
export declare const name = "no-dupe-scenario-names";
export declare const availableConfigs: string[];
export declare function run(feature: Feature, file: File, configuration: any): ResultError[];
