import { IReadOnlyMap } from '../interfaces'; import { TNativeAudioParam } from './native-audio-param'; // @todo Since there are no native types yet they need to be crafted. export type TNativeAudioParamMap = IReadOnlyMap;