import { type Plugin } from 'vite'; import type { MiniContract } from '../mini-contract.ts'; /** Loads selected polyfills before bootstrap and retains Taro's renderer bindings. */ export declare function createMiniPolyfillPlugin(contract: Pick): Plugin;