export declare const getRules: () => readonly string[];
export declare const isFile: (filepath: any) => boolean;
