import * as v from 'valibot'; export declare namespace SupportedAlgs { const vAsymmetric: v.PicklistSchema<["PS256", "PS384", "PS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512"], undefined>; type Asymetric = v.InferOutput; const vSymmetric: v.PicklistSchema<["HS256", "HS384", "HS512"], undefined>; type Symetric = v.InferOutput; const vAll: v.PicklistSchema<["PS256", "PS384", "PS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512"], undefined>; } export type SupportedAlgs = v.InferOutput; //# sourceMappingURL=v-supported-signature-algs.d.ts.map