import { CountryDst } from './models';
export declare type FranceDstLocation = 'FRA' | 'FRA.METROPOLE' | 'FRA.METROPOLE.PARIS';
declare const country: CountryDst;
export default country;
