import { type FilterWithResolvableElements, type IElementsQuery, type IElementsQueryFactory, type IFilterElementsQuery } from "@gooddata/sdk-backend-spi"; import { type ObjRef } from "@gooddata/sdk-model"; import { type DateFormatter } from "../../../../convertors/fromBackend/dateFormatting/types.js"; import { type TigerAuthenticatedCallGuard } from "../../../../types/index.js"; export declare class TigerWorkspaceElements implements IElementsQueryFactory { private readonly authCall; readonly workspace: string; private readonly dateFormatter; constructor(authCall: TigerAuthenticatedCallGuard, workspace: string, dateFormatter: DateFormatter); forDisplayForm(ref: ObjRef): IElementsQuery; forFilter(filter: FilterWithResolvableElements): IFilterElementsQuery; } //# sourceMappingURL=index.d.ts.map