/** Legal entity type of the brand. */ export declare const CompanyEntityTypeEnum: { readonly Llc: "LLC"; readonly SoleProprietorship: "SOLE_PROPRIETORSHIP"; readonly Partnership: "PARTNERSHIP"; readonly Corp: "CORP"; readonly SCorp: "S_CORP"; }; export type CompanyEntityTypeEnum = (typeof CompanyEntityTypeEnum)[keyof typeof CompanyEntityTypeEnum];