export declare type IkasCustomerAttributeSalesChannel = { permission: IkasCustomerAttributePermission; registerPageRequirement: IkasCustomerAttributeRegisterPageRequirement; salesChannelId: string; storefrontId: string; }; export declare enum IkasCustomerAttributePermission { INVISIBLE = "INVISIBLE", READ = "READ", WRITE = "WRITE" } export declare enum IkasCustomerAttributeRegisterPageRequirement { INVISIBLE = "INVISIBLE", MANDATORY = "MANDATORY", OPTIONAL = "OPTIONAL" }