import * as d from '../../declarations';
export declare function updateToHydrateComponents(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, cmps: d.ComponentCompilerMeta[]): Promise<d.ComponentCompilerData[]>;
