import type { FunctionDeclaration } from '../models/function.js'; import { FunctionNode } from '../nodes/function-node.js'; import type { NodeFactory } from './node-factory.js'; import type { Method } from '../models/member.js'; import type ts from 'typescript'; export declare const functionFactory: NodeFactory; //# sourceMappingURL=create-function.d.ts.map