export interface LmiCategory {
    name: string;
    categoryId: string;
}
export declare const LMI_CATEGORIES: LmiCategory[];
export declare const LMI_CATEGORY_MAP: {};
export declare const LMI_CATEGORIES_BY_NAME: {};
