export interface ISetValueAutomationEvent {
    readonly startTime: number;
    readonly type: 'setValue';
    readonly value: number;
}
//# sourceMappingURL=set-value-automation-event.d.ts.map