import { TypeM3PrdGrp } from "./M3PrdGrp.type"; import { M3PItemsWEB } from "../Registro/m3-pdetalle-items"; export declare class M3PrdPackDet { LOTE: string; LOTEHIJO: string; SKUHIJO: string; Cantidad: number; TipoPack: string; gsPathImagen: string; oM3PItemsWEB: M3PItemsWEB; M3GRP: TypeM3PrdGrp; Orden: number; IdGrp: string; }