/** Defines the possible types for the revoking client. */ export declare const OauthAuthorizationRevokedEventRevokerType: { readonly Application: "APPLICATION"; readonly Merchant: "MERCHANT"; readonly Square: "SQUARE"; }; export type OauthAuthorizationRevokedEventRevokerType = (typeof OauthAuthorizationRevokedEventRevokerType)[keyof typeof OauthAuthorizationRevokedEventRevokerType];