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