interface UpdateComponentOptions { legacyPeerDeps?: boolean; silent?: boolean; prefix?: string; isExplicitPrefix?: boolean; yes?: boolean; } /** * Handles updating multiple components from the registry with dependency inconsistency detection */ export declare function handleUpdateComponents(componentNames: string[], options?: UpdateComponentOptions): Promise; export {}; //# sourceMappingURL=update.d.ts.map