export declare type CurrencyCodeErrorReason = 'INVALID' | 'UNSUPPORTED';
