export declare type UUID = string;
export declare type ThreeLettersISOCurrencyCode = string;
export declare type ISOCountryCode = string;
export declare type ISODate = string;
