import type { Plugin } from "vitest/config"; /** * Prefer sibling `.browser.*` implementation when it exists. * * Example: * - resolved: `/abs/path/to/streams.ts` * - if `/abs/path/to/streams.browser.ts` exists => use it */ export declare function preferBrowserFilesPlugin(): Plugin;