import { IPSApplication } from '../app/ipsapplication'; import { IPSSysServiceAPI } from '../service/ipssys-service-api'; import { IPSSysTestModule } from './ipssys-test-module'; import { IPSSysTestPrj } from './ipssys-test-prj'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysTestPrjImpl extends PSModelObjectImpl implements IPSSysTestPrj { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psapplication: IPSApplication | null; getPSApplication(): IPSApplication | null; get psApplication(): IPSApplication | null; getPSApplicationMust(): IPSApplication; protected pssysserviceapi: IPSSysServiceAPI | null; getPSSysServiceAPI(): IPSSysServiceAPI | null; get psSysServiceAPI(): IPSSysServiceAPI | null; getPSSysServiceAPIMust(): IPSSysServiceAPI; protected pssystestmodules: IPSSysTestModule[] | null; getPSSysTestModules(): IPSSysTestModule[] | null; get psSysTestModules(): IPSSysTestModule[] | null; findPSSysTestModule(objKey: any): IPSSysTestModule | null; get prjTag(): string; get prjTag2(): string; get prjType(): 'SYSAPP' | 'SYSSERVICEAPI' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-test-prj-impl.d.ts.map