import { IPSCtrlMsg } from './ipsctrl-msg'; import { IPSCtrlMsgItem } from './ipsctrl-msg-item'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSCtrlMsgImpl extends PSModelObjectImpl implements IPSCtrlMsg { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get msgModel(): string; get name(): string; protected psctrlmsgitems: IPSCtrlMsgItem[] | null; getPSCtrlMsgItems(): IPSCtrlMsgItem[] | null; get psCtrlMsgItems(): IPSCtrlMsgItem[] | null; findPSCtrlMsgItem(objKey: any): IPSCtrlMsgItem | 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=psctrl-msg-impl.d.ts.map