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