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