import { type NpmPackageConfig } from '@plugin-light/const'; /** * 根据 repo 获取组件配置 * @param repo 仓库地址,支持 SSH 和 HTTPS 格式 * @returns 组件配置,未找到则返回 null */ export declare function getComponentByRepo(repo: string): NpmPackageConfig | null;