import type { Config } from '../config/schema'; export type RepoLabelOptions = { includeHost?: boolean; fallback?: 'path' | 'basename'; }; export declare function formatRepoLabel(config: Config, repoRoot: string, options?: RepoLabelOptions): string;