import { TAudioListenersRegistry } from './TAudioListenersRegistry'; import { TAudioResourceAsyncRegistry } from './TAudioResourceAsyncRegistry'; export type TAudioConfigToParamsDependencies = Readonly<{ audioResourceAsyncRegistry: TAudioResourceAsyncRegistry; audioListenersRegistry: TAudioListenersRegistry; }>;