export interface ICancelAndHoldAutomationEvent {
    readonly cancelTime: number;
    readonly type: 'cancelAndHold';
}
//# sourceMappingURL=cancel-and-hold-automation-event.d.ts.map