import { IPSControlHandler } from '../ipscontrol-handler'; import { IPSControlHandlerAction } from '../ipscontrol-handler-action'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSControlHandlerImpl extends PSModelObjectImpl implements IPSControlHandler { get codeName(): string; get dynaModelFilePath(): 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 enableDEFieldPrivilege(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscontrol-handler-impl.d.ts.map