import type { AIType } from '../types/index.js'; export declare function exists(path: string): Promise; export declare function copyFolders(sourceDir: string, // assets/ targetDir: string, // 当前工作目录 aiType: AIType): Promise; export declare function createDirectory(path: string): Promise; //# sourceMappingURL=files.d.ts.map