import { b as ReactNativeMock, t as index_d_exports, x as VitestNativeOptions, y as Preset } from "./index-CmETArCM.mjs"; import { Plugin } from "vite"; //#region src/plugin.d.ts /** * Preset names switched off by the object form of the `presets` option. * * The array form replaces auto-detection wholesale, which meant that turning ONE * preset off required listing every other detected preset by hand — tedious, and a * list that silently rots as dependencies change. The object form keeps detection * and names only what to drop. */ declare function disabledPresetNames(presets: unknown): Set; declare function reactNative(options?: VitestNativeOptions): Plugin; //#endregion export { type Preset, type ReactNativeMock, type VitestNativeOptions, disabledPresetNames, index_d_exports as presets, reactNative };