/** * Created by rockyl on 2020-03-16. */ export declare function generateMetaFiles(watch?: boolean): void; export declare function generateMetaFile(file: any): { ver: string; uuid: string; extname: string; };