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