/** Industry the Brand operates in. */ export declare const CompanySectorEnum: { readonly Agriculture: "AGRICULTURE"; readonly Communication: "COMMUNICATION"; readonly Construction: "CONSTRUCTION"; readonly Education: "EDUCATION"; readonly Energy: "ENERGY"; readonly Entertainment: "ENTERTAINMENT"; readonly Financial: "FINANCIAL"; readonly Gambling: "GAMBLING"; readonly Government: "GOVERNMENT"; readonly Healthcare: "HEALTHCARE"; readonly Hospitality: "HOSPITALITY"; readonly Insurance: "INSURANCE"; readonly Manufacturing: "MANUFACTURING"; readonly Ngo: "NGO"; readonly RealEstate: "REAL_ESTATE"; readonly Retail: "RETAIL"; readonly Technology: "TECHNOLOGY"; }; export type CompanySectorEnum = (typeof CompanySectorEnum)[keyof typeof CompanySectorEnum];