import { AutomationEventList } from 'automation-events'; import { IAudioParamRenderer } from '../interfaces'; export type TAudioParamRendererFactory = (automationEventList: AutomationEventList) => IAudioParamRenderer;