import type { ASTTransformation } from '../src/wrapAstTransformation'; export declare const transformAST: ASTTransformation; declare const _default: import("jscodeshift/src/core").Transform; export default _default; export declare const parser = "babylon";