export declare class Currency { currencyId: number; currencyType: number; currencyCode: string; currencySymbol: string; currencyName: string; }