export declare type IkasStorefrontLocalization = { id: string; isDefault: boolean; locale: string; name: string; };