export declare type PaymentsAlerts = { id: number; type?: string | null; days?: number | null; title?: string | null; message?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };