export declare const SECTORS_IN_ORDER: string[];
export declare const INDUSTRIES_IN_ORDER: string[];
export declare function sectorToIndex(sector: string): number;
export declare function indexToSector(index: number): string;
export declare function indexToIndustry(index: number): string;
export declare function industryToIndex(industry: string): number;
//# sourceMappingURL=sectors.d.ts.map