declare type ID = string | number; export declare function parseAssetModules(content: string): Map; export declare function parseModuleRequiredChunks(moduleContent: string): ID[]; export {};