export interface ILinearRampToValueAutomationEvent {
    readonly endTime: number;
    readonly type: 'linearRampToValue';
    readonly value: number;
}
//# sourceMappingURL=linear-ramp-to-value-automation-event.d.ts.map