import { File, ResultError } from "../types";
export declare const name = "new-line-at-eof";
export declare const availableConfigs: string[];
export declare function run(unused: any, file: File, configuration: any): ResultError[];
