export declare type IkasCategoryTranslation = { description: string | null; locale: string; name: string | null; };