export declare class EstadoDocumentModel { id: string; nombre: string; discriminador: string; }