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