import type { CountryAndRegionExposureConverterMetadata, CountryAndRegionExposureConverterOptions } from './CountryAndRegionExposureOptions'; import MorningstarConverter from '../../../../Shared/MorningstarConverter'; export declare class CountryAndRegionExposureConverter extends MorningstarConverter { constructor(options?: CountryAndRegionExposureConverterOptions); /** * * Properties * */ readonly metadata: CountryAndRegionExposureConverterMetadata; parse(options: CountryAndRegionExposureConverterOptions): void; } export default CountryAndRegionExposureConverter;