/**
 * Star History 图表地址（随深浅色切换 theme）
 */
export declare function getStarHistorySvgUrl(repoNames: string[] | undefined, isDark: boolean): string;
