export declare class UiMapConf {
    'basePath': string;
    'autoImport': boolean;
    'project': string;
    'lang': string;
}
