import type { ExistingLegalEntity } from '../core/models/api/legal-entity'; import type { CountryCode } from '../types/datasets/country-code'; export declare const getLegalEntityCountry: (le: ExistingLegalEntity) => CountryCode;