import { IPSAppMsgTempl } from '../msg/ipsapp-msg-templ'; import { IPSAppViewMsg } from './ipsapp-view-msg'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewMsgImpl extends PSModelObjectImpl implements IPSAppViewMsg { get codeName(): string; protected contentpslanguageres: IPSLanguageRes | null; getContentPSLanguageRes(): IPSLanguageRes | null; get contentPSLanguageRes(): IPSLanguageRes | null; getContentPSLanguageResMust(): IPSLanguageRes; get dynaModelFilePath(): string; get dynamicMode(): 1 | 0; get mOSFilePath(): string; get memo(): string; get message(): string; get messageType(): 'INFO' | 'WARN' | 'ERROR' | 'CUSTOM'; get name(): string; get orderValue(): number; protected psappmsgtempl: IPSAppMsgTempl | null; getPSAppMsgTempl(): IPSAppMsgTempl | null; get psAppMsgTempl(): IPSAppMsgTempl | null; getPSAppMsgTemplMust(): IPSAppMsgTempl; get position(): 'TOP' | 'BOTTOM' | 'BODY' | 'POPUP' | 'CUSTOM'; get rTMOSFilePath(): string; get removeMode(): 0 | 1 | 2; get title(): string; get titleLanResTag(): string; protected titlepslanguageres: IPSLanguageRes | null; getTitlePSLanguageRes(): IPSLanguageRes | null; get titlePSLanguageRes(): IPSLanguageRes | null; getTitlePSLanguageResMust(): IPSLanguageRes; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableRemove(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-msg-impl.d.ts.map