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(ast: t.Node, state: import("../ast-utils").TransformState, options: {
        vm: VMDecoder;
    } | undefined): Promise<void>;
};
export default _default;
//# sourceMappingURL=inline-decoded-strings.d.ts.map