import type { ComponentContext, ComponentConfig, ComponentTaskConfig } from '../types.js'; export declare const mergeConfigOptions: (cfg: ComponentTaskConfig, ctx: ComponentContext) => ComponentConfig;