import { z } from 'zod'; export declare const configSchema: z.ZodObject<{ withMiddleware: z.ZodDefault, any, "true" | "false">>; withShield: z.ZodDefault, any, "true" | "false">>; contextPath: z.ZodDefault; }, "strip", z.ZodTypeAny, { withMiddleware?: any; withShield?: any; contextPath?: string; }, { withMiddleware?: "true" | "false"; withShield?: "true" | "false"; contextPath?: string; }>; export declare type Config = z.infer;