import * as t from '@babel/types'; import type { VMDecoder } from './vm'; /** * Replaces calls to decoder functions with the decoded string. * E.g. `m(199)` -> `'log'` */ declare const _default: { name: string; tags: "unsafe"[]; scope: true; run(this: import("../ast-utils").TransformState, ast: t.Node, options: { vm: VMDecoder; } | undefined): Promise; }; export default _default; //# sourceMappingURL=inline-decoded-strings.d.ts.map