import { type IFactsQuery, type IWorkspaceFactsService } from "@gooddata/sdk-backend-spi"; import { type IFactMetadataObject, type IMetadataObject, type IMetadataObjectIdentity, type ObjRef } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../../types/index.js"; export declare class TigerWorkspaceFacts implements IWorkspaceFactsService { private readonly authCall; readonly workspace: string; constructor(authCall: TigerAuthenticatedCallGuard, workspace: string); getFactDatasetMeta(ref: ObjRef): Promise; getFactsQuery(): IFactsQuery; getFact(ref: ObjRef, opts?: { include?: ["dataset"]; }): Promise; updateFactMeta: (updatedFact: Partial & IMetadataObjectIdentity) => Promise; } //# sourceMappingURL=index.d.ts.map