/** * Created by user on 2018/2/13/013. */ export declare const rootModule: string; export declare const disablePaths: string[]; export declare const testPath: string; export declare const tempPath: string; declare const _default: { rootModule: string; disablePaths: string[]; testPath: string; tempPath: string; }; export default _default;