import { IkasStorefrontDynamicCurrencySettings } from "./dynamic-currency"; export declare type IkasStorefrontRouting = { id: string; countryCodes: string[] | null; domain: string | null; locale: string; path: string | null; priceListId: string | null; dynamicCurrencySettings: IkasStorefrontDynamicCurrencySettings | null; currencyCode: string | null; currencySymbol: string | null; };