import { IPSSysUserMode } from './ipssys-user-mode'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysUserModeImpl extends PSModelObjectImpl implements IPSSysUserMode { get codeName(): string; get dynaModelFilePath(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userModeSN(): string; get userModeTag(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-user-mode-impl.d.ts.map