import z from 'zod'; export declare enum EnumValues { Keyword = "keyword", Semantic = "semantic", Question = "question" } export declare const zSearchTypes: z.ZodNativeEnum; export type SearchTypes = z.infer;