export declare type CurrencyType = { id?: number; name?: string; symbol?: string; nonMonetary?: boolean; };