import * as v from 'valibot'; export declare namespace JarmAuthResponseSend { const vInput: v.ObjectSchema<{ readonly authRequest: v.IntersectSchema<[v.ObjectSchema<{ readonly response_mode: v.OptionalSchema, v.PicklistSchema<["direct_post.jwt"], undefined>], undefined>, never>; readonly response_type: v.SchemaWithPipe<[v.StringSchema, v.TransformAction, v.PicklistSchema<["vp_token", "id_token vp_token", "code", "token", "none", "id_token", "code token", "code id_token", "id_token token", "code id_token token"], undefined>]>; }, undefined>, v.UnionSchema<[v.ObjectSchema<{ readonly response_uri: v.StringSchema; readonly redirect_uri: v.OptionalSchema, never>; }, undefined>, v.ObjectSchema<{ readonly response_uri: v.OptionalSchema, never>; readonly redirect_uri: v.StringSchema; }, undefined>], undefined>], undefined>; readonly authResponse: v.UnionSchema<[v.CustomSchema, v.CustomSchema], undefined>; }, undefined>; type Input = v.InferOutput; type Out = Response; } export declare const jarmAuthResponseSend: (input: JarmAuthResponseSend.Input) => Promise; //# sourceMappingURL=jarm-auth-response-send.d.ts.map