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