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