import { IPSSysTestCase } from './ipssys-test-case'; import { IPSSysTestModule } from './ipssys-test-module'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysTestModuleImpl extends PSModelObjectImpl implements IPSSysTestModule { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get moduleTag(): string; get moduleTag2(): string; get name(): string; protected pssystestcases: IPSSysTestCase[] | null; getPSSysTestCases(): IPSSysTestCase[] | null; get psSysTestCases(): IPSSysTestCase[] | null; findPSSysTestCase(objKey: any): IPSSysTestCase | null; 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-module-impl.d.ts.map