import { Observable } from 'rxjs'; import * as GQL from '../backend/graphqlschema'; /** * Fetches commits. */ export declare function fetchCommits(repo: GQL.ID, rev: string, args: { first?: number; currentPath?: string; query?: string; }): Observable; //# sourceMappingURL=backend.d.ts.map