import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEMethodDTO } from './ipsdemethod-dto'; import { IPSLinkDEMethodDTO } from './ipslink-demethod-dto'; import { PSDEMethodDTOImpl } from './psdemethod-dtoimpl'; export declare class PSLinkDEMethodDTOImpl extends PSDEMethodDTOImpl implements IPSLinkDEMethodDTO { protected refpsdemethoddto: IPSDEMethodDTO | null; getRefPSDEMethodDTO(): IPSDEMethodDTO | null; get refPSDEMethodDTO(): IPSDEMethodDTO | null; getRefPSDEMethodDTOMust(): IPSDEMethodDTO; protected refpsdataentity: IPSDataEntity | null; getRefPSDataEntity(): IPSDataEntity | null; get refPSDataEntity(): IPSDataEntity | null; getRefPSDataEntityMust(): IPSDataEntity; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pslink-demethod-dtoimpl.d.ts.map