/** Legal structure of the brand. */ export declare const CompanyTypeEnum: { readonly Government: "GOVERNMENT"; readonly NonProfit: "NON_PROFIT"; readonly PrivateProfit: "PRIVATE_PROFIT"; readonly PublicProfit: "PUBLIC_PROFIT"; readonly SoleProprietor: "SOLE_PROPRIETOR"; }; export type CompanyTypeEnum = (typeof CompanyTypeEnum)[keyof typeof CompanyTypeEnum];