import { z } from 'zod'; /** * Schema for search configuration variables. */ export declare const searchSchema: z.ZodObject<{ SEARCH_DEV_REINIT: z.ZodOptional; SEARCH_DEV_DEBUG: z.ZodEffects>>, boolean, "true" | "false" | undefined>; TYPESENSE_API_URL: z.ZodOptional; TYPESENSE_API_KEY: z.ZodOptional; }, "strip", z.ZodTypeAny, { SEARCH_DEV_DEBUG: boolean; SEARCH_DEV_REINIT?: string | undefined; TYPESENSE_API_URL?: string | undefined; TYPESENSE_API_KEY?: string | undefined; }, { SEARCH_DEV_REINIT?: string | undefined; SEARCH_DEV_DEBUG?: "true" | "false" | undefined; TYPESENSE_API_URL?: string | undefined; TYPESENSE_API_KEY?: string | undefined; }>; //# sourceMappingURL=search.d.ts.map