import { IWaveShaperOptions } from '../interfaces'; import { TNativeContext } from './native-context'; import { TNativeWaveShaperNode } from './native-wave-shaper-node'; export type TNativeWaveShaperNodeFactory = (nativeContext: TNativeContext, options: IWaveShaperOptions) => TNativeWaveShaperNode;