import type { GithubDiffLine } from './GithubInlineComments'; export declare function parseUnifiedDiff(diffText: string): GithubDiffLine[];