import { IPSDELogicAction } from './ipsdelogic-action'; import { PSDEActionImplBase } from './psdeaction-impl-base'; import { IPSDELogic } from '../logic/ipsdelogic'; export declare class PSDELogicActionImpl extends PSDEActionImplBase implements IPSDELogicAction { get actionHolder(): 1 | 2 | 3; protected psdelogic: IPSDELogic | null; getPSDELogic(): IPSDELogic | null; get psDELogic(): IPSDELogic | null; getPSDELogicMust(): IPSDELogic; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdelogic-action-impl.d.ts.map