export { getSectorFromSic, getSicFromSector } from './sicCodeToSector.js'; export { getOfficeAndIndustryFromSic } from './sicCodeToOfficeAndIndustry.js'; export type { SicEntry, SectorMap } from './types.js';