import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const Scope: { readonly Openid: "openid"; readonly Profile: "profile"; readonly Email: "email"; readonly UserRead: "user:read"; readonly UserWrite: "user:write"; readonly OrganizationsRead: "organizations:read"; readonly OrganizationsWrite: "organizations:write"; readonly CustomFieldsRead: "custom_fields:read"; readonly CustomFieldsWrite: "custom_fields:write"; readonly DiscountsRead: "discounts:read"; readonly DiscountsWrite: "discounts:write"; readonly CheckoutLinksRead: "checkout_links:read"; readonly CheckoutLinksWrite: "checkout_links:write"; readonly CheckoutsRead: "checkouts:read"; readonly CheckoutsWrite: "checkouts:write"; readonly TransactionsRead: "transactions:read"; readonly TransactionsWrite: "transactions:write"; readonly PayoutsRead: "payouts:read"; readonly PayoutsWrite: "payouts:write"; readonly ProductsRead: "products:read"; readonly ProductsWrite: "products:write"; readonly BenefitsRead: "benefits:read"; readonly BenefitsWrite: "benefits:write"; readonly EventsRead: "events:read"; readonly EventsWrite: "events:write"; readonly MetersRead: "meters:read"; readonly MetersWrite: "meters:write"; readonly FilesRead: "files:read"; readonly FilesWrite: "files:write"; readonly SubscriptionsRead: "subscriptions:read"; readonly SubscriptionsWrite: "subscriptions:write"; readonly CustomersRead: "customers:read"; readonly CustomersWrite: "customers:write"; readonly MembersRead: "members:read"; readonly MembersWrite: "members:write"; readonly WalletsRead: "wallets:read"; readonly WalletsWrite: "wallets:write"; readonly DisputesRead: "disputes:read"; readonly CustomerMetersRead: "customer_meters:read"; readonly CustomerSessionsWrite: "customer_sessions:write"; readonly MemberSessionsWrite: "member_sessions:write"; readonly CustomerSeatsRead: "customer_seats:read"; readonly CustomerSeatsWrite: "customer_seats:write"; readonly OrdersRead: "orders:read"; readonly OrdersWrite: "orders:write"; readonly RefundsRead: "refunds:read"; readonly RefundsWrite: "refunds:write"; readonly PaymentsRead: "payments:read"; readonly MetricsRead: "metrics:read"; readonly MetricsWrite: "metrics:write"; readonly WebhooksRead: "webhooks:read"; readonly WebhooksWrite: "webhooks:write"; readonly LicenseKeysRead: "license_keys:read"; readonly LicenseKeysWrite: "license_keys:write"; readonly CustomerPortalRead: "customer_portal:read"; readonly CustomerPortalWrite: "customer_portal:write"; readonly NotificationsRead: "notifications:read"; readonly NotificationsWrite: "notifications:write"; readonly NotificationRecipientsRead: "notification_recipients:read"; readonly NotificationRecipientsWrite: "notification_recipients:write"; readonly OrganizationAccessTokensRead: "organization_access_tokens:read"; readonly OrganizationAccessTokensWrite: "organization_access_tokens:write"; }; export type Scope = OpenEnum; /** @internal */ export declare const Scope$inboundSchema: z.ZodMiniType; //# sourceMappingURL=scope.d.ts.map