export function getFormatLine({ title, format, series, repoId, path }: { title: any; format: any; series: any; repoId: any; path: any; }): { title: any; color: any; path: any; } | { title?: undefined; color?: undefined; path?: undefined; };