import { Plugin } from 'vite'; import { Vitest } from 'vitest/node'; declare const _default: (ctx: Vitest) => Plugin; export { _default as default };