import { ICancelScheduledValuesAutomationEvent } from '../interfaces';
import { TAutomationEvent } from '../types';
export declare const isCancelScheduledValuesAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ICancelScheduledValuesAutomationEvent;
//# sourceMappingURL=cancel-scheduled-values-automation-event.d.ts.map