export interface GenerarFacturacionResponseDto { message: string; facturasGeneradas: number; }