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