import { IPSSubSysServiceAPIDTO } from './ipssub-sys-service-apidto'; import { IPSSubSysServiceAPIDTOField } from './ipssub-sys-service-apidtofield'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSubSysServiceAPIDTOImpl extends PSModelObjectImpl implements IPSSubSysServiceAPIDTO { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssubsysserviceapidtofields: IPSSubSysServiceAPIDTOField[] | null; getPSSubSysServiceAPIDTOFields(): IPSSubSysServiceAPIDTOField[] | null; get psSubSysServiceAPIDTOFields(): IPSSubSysServiceAPIDTOField[] | null; findPSSubSysServiceAPIDTOField(objKey: any): IPSSubSysServiceAPIDTOField | null; get rTMOSFilePath(): string; get type(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssub-sys-service-apidtoimpl.d.ts.map