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