import { type IEntitlements } from "@gooddata/sdk-backend-spi"; import { type IEntitlementDescriptor } from "@gooddata/sdk-model"; import { type TigerAuthenticatedCallGuard } from "../../types/index.js"; export declare class TigerEntitlements implements IEntitlements { private readonly authCall; constructor(authCall: TigerAuthenticatedCallGuard); resolveEntitlements(): Promise; } //# sourceMappingURL=index.d.ts.map