import type { ClassDeclaration } from '../models/class.js'; import type { NodeFactory } from './node-factory.js'; import { ClassNode } from '../nodes/class-node.js'; import type ts from 'typescript'; export declare const classFactory: NodeFactory; //# sourceMappingURL=create-class.d.ts.map