import { IPSAppUtilPage } from './ipsapp-util-page'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppUtilPageImpl extends PSModelObjectImpl implements IPSAppUtilPage { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): 'DOWNLOADTMPFILE' | 'LOGIN' | 'LOGOUT' | 'START' | 'USER' | 'USER2' | 'USER3' | 'USER4' | 'USER5' | 'USER6' | 'USER7' | 'USER8' | 'USER9'; get pageUrl(): string; get rTMOSFilePath(): string; get targetType(): 'PAGEURL' | 'APPVIEW'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-util-page-impl.d.ts.map