import type { VariableDeclaration } from '../models/variable.js'; import { VariableNode } from '../nodes/variable-node.js'; import type { NodeFactory } from './node-factory.js'; import ts from 'typescript'; export declare const variableFactory: NodeFactory; //# sourceMappingURL=create-variable.d.ts.map