export declare const lint: (fileName: string, configuration?: import("./configuration").LinterConfiguration) => import("./reporter").Violation[];
