import { type IReferencesOption, type IReferencesResult, type IReferencesService } from "@gooddata/sdk-backend-spi"; import { type ObjRef } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../../types/index.js"; export declare class TigerReferencesService implements IReferencesService { private readonly authCall; private readonly workspace; constructor(authCall: TigerAuthenticatedCallGuard, workspace: string); getReferences(root: ObjRef, opts?: IReferencesOption): Promise; } //# sourceMappingURL=index.d.ts.map