export declare class Currency { countryCodes: string[]; code: string; symbol: string; }