import { GetConfigFn } from '../types.js';
import { PluginOption, Rollup } from 'vite';
export declare function startManifestPlugin(opts: {
    getClientBundle: () => Rollup.OutputBundle;
    getConfig: GetConfigFn;
}): PluginOption;
