import { SegmentCountry } from '../types/index.js'; export declare const getDefaultEntityCountry: (activeSegmentCountries: SegmentCountry[]) => SegmentCountry | undefined;