import { INativePannerNodeFaker, IPannerOptions } from '../interfaces'; import { TNativeContext } from './native-context'; export type TNativePannerNodeFakerFactory = (nativeContext: TNativeContext, options: IPannerOptions) => INativePannerNodeFaker; //# sourceMappingURL=native-panner-node-faker-factory.d.ts.map