import { INativePannerNodeFaker, IPannerOptions } from '../interfaces'; import { TNativeContext } from './native-context'; export type TNativePannerNodeFakerFactory = (nativeContext: TNativeContext, options: IPannerOptions) => INativePannerNodeFaker;