export declare const ROOT_NAME = "MAIN"; export declare function saveJsonToLog(content: any, file: string, needLog?: boolean): void; export declare function createLogDir(): void; export declare const normalizePath: (path: string) => string; export declare function updateAssetSource(assets: Record, key: string, source: string): void; export declare function removeFirstSlash(key: string): string; export declare function parseSetDeps(deps: Record): Record; export declare function getRelativePath(filePath: string): string;