import { type Plugin } from 'vite'; import type { MiniPlacementPlugin } from '../placer/placer.ts'; /** Shares one standalone native provider between the application's virtual binding and the wrapped HMR runtime. */ export declare function createMiniGlobalPlugin(placement: Pick): Plugin[];