export declare class InvoiceBankAccountModel { id: number; activated: boolean; company: string; bankName: string; accountNumber: string; iban: string; swift: string; label: string; collectionAccount: boolean; address: string; currency: string; miloCode: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): InvoiceBankAccountModel[]; } //# sourceMappingURL=bank-accounts.model.d.ts.map