export declare enum AbmFilePathType { IMAGE = "image", BABYLON = "babylon", ECHARTS = "echarts", SBM = "SBM", JS = "js", DATA = "data", MOCK = "mock", FONT = "font" } export declare class AbmFilePaths { private static filePathMap; static setPath(type: AbmFilePathType | string, path: string): string; static getPath(type: AbmFilePathType | string): string; }