import { z } from 'zod'; export declare const cacheConfigObjectSchema: z.ZodObject<{ read: z.ZodDefault; write: z.ZodDefault; }, z.core.$strip>; export type CacheConfigObject = z.infer; export declare const cacheConfigShorthandSchema: z.ZodBoolean; export type CacheConfigShorthand = z.infer; export declare const cacheConfigSchema: z.ZodDefault; write: z.ZodDefault; }, z.core.$strip>]>>; export type CacheConfig = z.infer;