import { CurrencyModel } from './currency.model'; export declare class FixingModel { id: number; dateFixing: any; currency: CurrencyModel; rate: number; codeCurrencyRef: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=fixing.model.d.ts.map