import { ProspectSecurityStudyAutomatic } from './prospectSecurityStudyAutomatic'; import { LifterType } from './lifterType'; export declare class ProspectVinculated { lifterTypes: LifterType[]; name: string; numDoc: string; typeDocId: number; securityStudy: ProspectSecurityStudyAutomatic[]; constructor(lifterTypes: LifterType[], name: string, numDoc: string, typeDocId: number, securityStudy: ProspectSecurityStudyAutomatic[]); } //# sourceMappingURL=prospectVinculated.d.ts.map