import { type IWorkspaceUsersQuery, type IWorkspaceUsersQueryOptions, type IWorkspaceUsersQueryResult } from "@gooddata/sdk-backend-spi"; import { type IWorkspaceUser } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../../types/index.js"; export declare class TigerWorkspaceUsersQuery implements IWorkspaceUsersQuery { readonly authCall: TigerAuthenticatedCallGuard; private readonly workspaceId; private totalCount; private options; constructor(authCall: TigerAuthenticatedCallGuard, workspaceId: string); private setTotalCount; withOptions(options: IWorkspaceUsersQueryOptions): TigerWorkspaceUsersQuery; queryAll(): Promise; query(): Promise; } //# sourceMappingURL=index.d.ts.map