import type { ComponentContext, ComponentConfig } from './types.js'; export declare const buildAll: (cfgArrs: ComponentConfig[], ctx: ComponentContext) => Promise;