export declare class M3OtClasificaciones { ID: number; IdProducto: string; Valor: number; Nombre: string; Cantidad: number; Orden: number; }