import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class Billing extends ClientSDK { /** * List billing activity entries for the current workspace. */ listAuditLog(request?: operations.ListBillingAuditLogRequest | undefined, options?: RequestOptions): Promise; /** * Get the workspace billing entitlements used for product feature gates. Autumn is the source of truth; the response is served through the workspace billing read model with stale-cache fallback. */ getEntitlements(request?: operations.GetWorkspaceBillingEntitlementsRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=billing.d.ts.map