import type { Plugin } from 'vite';
export default function removeConsoleSafely(): Plugin;
