import ts from 'typescript'; export declare function wrapVariableDeclaration(original: ts.VariableStatement, name: string, ref: string, factory: ts.NodeFactory): readonly ts.Statement[]; //# sourceMappingURL=wrap-variable-declaration.d.ts.map