export declare class Penalty {
    id: string;
    invoiceId: string;
    penaltyType: string;
    penaltyAmount: string;
    createdAt: Date;
}
//# sourceMappingURL=Penalty.d.ts.map