import { z } from "zod"; export declare const deleteCacheRequestSchema: z.ZodUnion; all: z.ZodLiteral; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"deleteCache">; kvCacheKey: z.ZodString; modelId: z.ZodOptional; }, z.core.$strip>]>; export declare const deleteCacheResponseSchema: z.ZodObject<{ type: z.ZodLiteral<"deleteCache">; success: z.ZodBoolean; error: z.ZodOptional; }, z.core.$strip>; export type DeleteCacheRequest = z.infer; export type DeleteCacheResponse = z.infer; //# sourceMappingURL=delete-cache.d.ts.map