export declare const formatName: (name: string, omitHash?: boolean) => string;
export declare const checkFileExist: (file: string) => void;
