export declare type IkasProductGroupTranslation = { locale: string; values: IkasProductGroupValueTranslation[] | null; }; export declare type IkasProductGroupValueTranslation = { id: string; name: string | null; value: string | null; };