import { Plugin } from 'vite';
import { Options } from './options.js';
export declare function platformPlugin(opts?: Options): Plugin[];
