import { CountryDst } from './models';
export declare type UsaDstLocation = 'USA' | 'USA.HAWAII';
declare const country: CountryDst;
export default country;
