import { IPSControlHandlerAction } from '../ipscontrol-handler-action'; import { IPSAjaxControlHandler } from './ipsajax-control-handler'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAjaxControlHandlerImpl extends PSModelObjectImpl implements IPSAjaxControlHandler { get cacheScope(): 0 | 1 | 2 | 3 | 4; get cacheTimeout(): number; get codeName(): string; get dynaModelFilePath(): string; get handlerObj(): string; get handlerTag(): string; get handlerTag2(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pshandleractions: IPSControlHandlerAction[] | null; getPSHandlerActions(): IPSControlHandlerAction[] | null; get psHandlerActions(): IPSControlHandlerAction[] | null; findPSControlHandlerAction(objKey: any): IPSControlHandlerAction | null; get rTMOSFilePath(): string; get uniStateField(): string; get uniStateKeyValue(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get enableCache(): boolean; get enableDEFieldPrivilege(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psajax-control-handler-impl.d.ts.map