declare const _default: {
    alpha2to3: {
        [code: string]: string | undefined;
    };
    alpha3to2: {
        [code: string]: string | undefined;
    };
};
export = _default;
