import * as v from 'valibot'; /** * Authorization servers SHOULD publish the supported algorithms for signing and encrypting the JWT of an authorization response by utilizing OAuth 2.0 Authorization Server Metadata [RFC8414] parameters. */ export declare const vJarmServerMetadata: v.ObjectSchema<{ readonly authorization_signing_alg_values_supported: v.SchemaWithPipe<[v.ArraySchema, undefined>, v.DescriptionAction]>; readonly authorization_encryption_alg_values_supported: v.SchemaWithPipe<[v.ArraySchema, undefined>, v.DescriptionAction]>; readonly authorization_encryption_enc_values_supported: v.SchemaWithPipe<[v.ArraySchema, undefined>, v.DescriptionAction]>; }, undefined>; export type JarmServerMetadata = v.InferInput; //# sourceMappingURL=v-jarm-server-metadata.d.ts.map