export declare const formatName: (name: string) => string;
export declare const checkFileExist: (file: string) => void;
