import { IConstantSourceOptions, INativeConstantSourceNodeFaker } from '../interfaces'; import { TNativeContext } from './native-context'; export type TNativeConstantSourceNodeFakerFactory = ( nativeContext: TNativeContext, options: IConstantSourceOptions ) => INativeConstantSourceNodeFaker;