import type { Plugin as RollupPlugin, RollupOptions } from 'rollup'; import type { ComponentConfig, ComponentContext } from '../types.js'; export declare const normalizeRollupConfig: (cfg: ComponentConfig, ctx: ComponentContext) => [RollupPlugin[], RollupOptions];