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