import { IPSControlHandlerAction } from '../ipscontrol-handler-action'; import { IPSAjaxHandler } from './ipsajax-handler'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAjaxHandlerImpl extends PSModelObjectImpl implements IPSAjaxHandler { 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 userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psajax-handler-impl.d.ts.map