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