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