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