import { z } from "zod"; export declare const Version: z.ZodString; export type Version = z.infer;