import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class GenericBalance extends AutoEncoder { id: string; /** * The organization that should receive the outstanding balance */ organizationId: string; amountPaid: number; amountOpen: number; amountPending: number; } //# sourceMappingURL=GenericBalance.d.ts.map