import { IConstantSourceOptions, INativeConstantSourceNodeFaker } from '../interfaces'; import { TNativeContext } from './native-context'; export type TNativeConstantSourceNodeFakerFactory = (nativeContext: TNativeContext, options: IConstantSourceOptions) => INativeConstantSourceNodeFaker; //# sourceMappingURL=native-constant-source-node-faker-factory.d.ts.map