import { TagLengthString } from './base/tag-length-string'; export declare class CountryCode extends TagLengthString { constructor(tag: string, value?: string); }