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