import { ISetTargetAutomationEvent } from '../interfaces';
import { TAutomationEvent } from '../types';
export declare const isSetTargetAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ISetTargetAutomationEvent;
//# sourceMappingURL=set-target-automation-event.d.ts.map