export declare class GitFile { path: string; workingDir: string; index: string; id: string; constructor(path: string, workingDir: string, index: string); readonly changeType: string; }