import { IExponentialRampToValueAutomationEvent } from '../interfaces';
export declare const getExponentialRampValueAtTime: (time: number, startTime: number, valueAtStartTime: number, { endTime, value }: IExponentialRampToValueAutomationEvent) => number;
//# sourceMappingURL=get-exponential-ramp-value-at-time.d.ts.map