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