export declare const OAUTH_ENDPOINT_NAMES: readonly ["token", "revocation", "introspection", "pushed_authorization_request"]; export type OAuthEndpointName = (typeof OAUTH_ENDPOINT_NAMES)[number]; //# sourceMappingURL=oauth-endpoint-name.d.ts.map