import { IPSDERemoteAction } from './ipsderemote-action'; import { PSDEActionImplBase } from './psdeaction-impl-base'; import { IPSSubSysServiceAPIDEMethod } from '../../service/ipssub-sys-service-apidemethod'; export declare class PSDERemoteActionImpl extends PSDEActionImplBase implements IPSDERemoteAction { protected pssubsysserviceapidemethod: IPSSubSysServiceAPIDEMethod | null; getPSSubSysServiceAPIDEMethod(): IPSSubSysServiceAPIDEMethod | null; get psSubSysServiceAPIDEMethod(): IPSSubSysServiceAPIDEMethod | null; getPSSubSysServiceAPIDEMethodMust(): IPSSubSysServiceAPIDEMethod; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psderemote-action-impl.d.ts.map