import type { PluginOption } from 'vite'; import type { VptOptions } from '../../../options.ts'; /** Creates the plugins that own the H5 target. */ export declare function createH5TargetPlugins(options: VptOptions): PluginOption[]; /** Resolves only the Taro request that must remain within optimized component chunks. */ export declare function resolveH5OptimizerTaro(id: string): string | undefined;