import { z } from 'zod'; import { Models } from '../../lib/utils/models'; export declare const addAiModelSchema: z.ZodEffects; modelType: z.ZodString; isCustomModel: z.ZodOptional>; modelCustom: z.ZodOptional; modelTypeCustom: z.ZodOptional; description: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; externalUrl: string; apikey: string; model: Models; modelType: string; isCustomModel?: boolean | undefined; modelCustom?: string | undefined; modelTypeCustom?: string | undefined; description?: string | undefined; }, { name: string; externalUrl: string; apikey: string; model: Models; modelType: string; isCustomModel?: boolean | undefined; modelCustom?: string | undefined; modelTypeCustom?: string | undefined; description?: string | undefined; }>, { name: string; externalUrl: string; apikey: string; model: Models; modelType: string; isCustomModel?: boolean | undefined; modelCustom?: string | undefined; modelTypeCustom?: string | undefined; description?: string | undefined; }, { name: string; externalUrl: string; apikey: string; model: Models; modelType: string; isCustomModel?: boolean | undefined; modelCustom?: string | undefined; modelTypeCustom?: string | undefined; description?: string | undefined; }>; export type AddAiModelFormSchema = z.infer; export declare const addAiModelFormDefault: AddAiModelFormSchema;