import { INativeWaveShaperNodeFaker, IWaveShaperOptions } from '../interfaces'; import { TNativeContext } from './native-context'; export type TNativeWaveShaperNodeFakerFactory = (nativeContext: TNativeContext, options: IWaveShaperOptions) => INativeWaveShaperNodeFaker;