import { z } from "zod";
export declare const JwtSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type Jwt = z.infer<typeof JwtSchema>;
