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