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