import { IExponentialRampToValueAutomationEvent } from '../interfaces';
import { TAutomationEvent } from '../types';
export declare const isExponentialRampToValueAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is IExponentialRampToValueAutomationEvent;
//# sourceMappingURL=exponential-ramp-to-value-automation-event.d.ts.map