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