import { IPSSysSampleValue } from './ipssys-sample-value'; import { IPSSystemModule } from '../system/ipssystem-module'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysSampleValueImpl extends PSModelObjectImpl implements IPSSysSampleValue { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get rTMOSFilePath(): string; get randomValue(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get value(): string; get nullValue(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-sample-value-impl.d.ts.map