import { M3PackByReglas } from "./m3-pack-by-reglas"; export declare class M3PrdPackByTipo { ORIGEN: string; DESTINO: string; CantidadDestino: number; M3PACKREGLAS: M3PackByReglas[]; }