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