export declare type IkasStorefrontB2BSettings = { allowOnlyApprovedCustomersToLogin: boolean; showPrices: IkasStorefrontB2BShowPricesEnum; showProducts: IkasStorefrontB2BShowProductsEnum; }; export declare enum IkasStorefrontB2BShowPricesEnum { ALWAYS = "ALWAYS", NEVER = "NEVER", ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS" } export declare enum IkasStorefrontB2BShowProductsEnum { ALWAYS = "ALWAYS", ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS" }