import { Observable } from 'rxjs'; import * as GQL from '../../../backend/graphqlschema'; interface BlameArgs { repoPath: string; commitID: string; filePath: string; line: number; } export declare const fetchBlameFile2: (params: BlameArgs, force?: boolean | undefined) => Observable; export {}; //# sourceMappingURL=backend.d.ts.map