/**
 * @import {PluginObj} from '@babel/core'
 * @import {Expression} from '@babel/types'
 */
/**
 * Plugin to remove `debug` from code.
 *
 * @returns {PluginObj}
 */
export default function undebug(): PluginObj;
import type { PluginObj } from '@babel/core';
//# sourceMappingURL=index.d.ts.map