/** Constructs a URL for a file in a Git host repository. Supports GitHub, GitLab, and Bitbucket. */ export declare function getGitFileUrl(filePath: string, line: number | undefined, column: number | undefined, gitSource: string, gitBranch?: string, gitHost?: string): string;