import { type IWorkspacesQuery, type IWorkspacesQueryFactory } from "@gooddata/sdk-backend-spi"; import { type DateFormatter, type DateNormalizer, type DateStringifier } from "../../convertors/fromBackend/dateFormatting/types.js"; import { type TigerAuthenticatedCallGuard } from "../../types/index.js"; export declare class TigerWorkspaceQueryFactory implements IWorkspacesQueryFactory { private readonly authCall; private readonly dateFormatter; private readonly dateStringifier; private readonly dateNormalizer; constructor(authCall: TigerAuthenticatedCallGuard, dateFormatter: DateFormatter, dateStringifier: DateStringifier, dateNormalizer: DateNormalizer); forUser(userId: string): IWorkspacesQuery; forCurrentUser(): IWorkspacesQuery; } //# sourceMappingURL=index.d.ts.map