import { SectorEntry } from "../models/sector.entry.model";
export declare function getSectorName(sector: SectorEntry): string;
export declare function getSectorNameFromString(sector: string): string;
