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