export declare function dataCodeToIsoCode(dataCode: string): string;
export declare function isoCodeToDataCode(iso: string): string;
