export declare const allCategoryCode: Record<string, boolean>;
export declare const normalizeCategoryCode: (str: string) => string;
