import { IsValidModel } from "../models/is-valid.model"; export declare function fileIsValid(filePath: string): IsValidModel;