export declare class UsuNotificacionesEnviadas { id: number; uid: string; estado: string; constructor(id: number, uid: string, estado: string); }