import { AutomationEventList } from 'automation-events'; import { IAudioParamRenderer } from '../interfaces'; export type TAudioParamRendererFactory = (automationEventList: AutomationEventList) => IAudioParamRenderer; //# sourceMappingURL=audio-param-renderer-factory.d.ts.map