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