import { type IWorkspacePermissionsService } from "@gooddata/sdk-backend-spi"; import { type IWorkspacePermissions } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../../types/index.js"; export declare class TigerWorkspacePermissionsFactory implements IWorkspacePermissionsService { readonly authCall: TigerAuthenticatedCallGuard; readonly workspace: string; constructor(authCall: TigerAuthenticatedCallGuard, workspace: string); getPermissionsForCurrentUser(): Promise; } //# sourceMappingURL=index.d.ts.map