import { z } from "zod"; export declare const authorizationDetailsSchema: (credentialTypesSupported: string[][]) => z.ZodArray, z.ZodLiteral<"jwt_vc_json">]>; locations: z.ZodOptional>; type: z.ZodLiteral<"openid_credential">; types: z.ZodEffects, string[], string[]>; }, "strip", z.ZodTypeAny, { type: "openid_credential"; types: string[]; format: "jwt_vc" | "jwt_vc_json"; locations?: [string, ...string[]] | undefined; }, { type: "openid_credential"; types: string[]; format: "jwt_vc" | "jwt_vc_json"; locations?: [string, ...string[]] | undefined; }>, "atleastone">; export type AuthorizationDetails = z.infer>; //# sourceMappingURL=authorization-details.validator.d.ts.map