import type * as t from '@babel/types'; import type * as m from '@codemod/matchers'; import type { Bundle } from './bundle'; export { Bundle } from './bundle'; export declare function unpackAST(ast: t.Node, mappings?: Record>): Bundle | undefined; //# sourceMappingURL=index.d.ts.map