import { TypeM3PrdGrp } from "./M3PrdGrp.type"; export declare class M3PrdGrpAsociado { SKP1: string; TIPOHIJO: string; SKP1HIJO: string; TIPO: string; Descripcion: string; TipoAsociacion: string; Orden: number; M3GRP: TypeM3PrdGrp; }