import { TNativeAudioParam } from '../types'; export interface IAudioParamRenderer { replay(audioParam: TNativeAudioParam): void; }