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