import { z } from "./z-min.js"; export declare const zContentsSchema: z.ZodMiniArray; parts: z.ZodMiniArray>; text: z.ZodMiniString; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; functionCall: z.ZodMiniObject<{ name: z.ZodMiniString; parameters: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; functionResponse: z.ZodMiniObject<{ name: z.ZodMiniString; response: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; inlineData: z.ZodMiniObject<{ data: z.ZodMiniString; splitData: z.ZodMiniArray>; mimeType: z.ZodMiniString; }, z.core.$strip>; fileData: z.ZodMiniObject<{ mimeType: z.ZodMiniString; fileIndex: z.ZodMiniNumber; fileName: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; }, z.core.$strip>]>>; isLast: z.ZodMiniOptional>; }, z.core.$strip>>; export declare const zAiStudioContentSchema: z.ZodMiniObject<{ generationConfiguration: z.ZodMiniObject<{ includeCodeExecutionTypesImport: z.ZodMiniBoolean; includeSchemaTypesImport: z.ZodMiniBoolean; includesRetrievalImport: z.ZodMiniOptional>; isAudioOutput: z.ZodMiniBoolean; isStreamingConfigEnabled: z.ZodMiniBoolean; isColab: z.ZodMiniBoolean; requiresParts: z.ZodMiniBoolean; requiresFunctionCalling: z.ZodMiniBoolean; requiresCodeExecution: z.ZodMiniBoolean; }, z.core.$loose>; generateContentParameters: z.ZodMiniObject<{ model: z.ZodMiniString; contents: z.ZodMiniArray; parts: z.ZodMiniArray>; text: z.ZodMiniString; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; functionCall: z.ZodMiniObject<{ name: z.ZodMiniString; parameters: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; functionResponse: z.ZodMiniObject<{ name: z.ZodMiniString; response: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; inlineData: z.ZodMiniObject<{ data: z.ZodMiniString; splitData: z.ZodMiniArray>; mimeType: z.ZodMiniString; }, z.core.$strip>; fileData: z.ZodMiniObject<{ mimeType: z.ZodMiniString; fileIndex: z.ZodMiniNumber; fileName: z.ZodMiniString; }, z.core.$strip>; }, z.core.$strip>, z.ZodMiniObject<{ isLast: z.ZodMiniOptional>; }, z.core.$strip>]>>; isLast: z.ZodMiniOptional>; }, z.core.$strip>>; config: z.ZodMiniObject<{ thinkingConfig: z.ZodMiniObject<{ thinkingBudget: z.ZodMiniString; }, z.core.$strip>; stopSequences: z.ZodMiniArray; responseMimeType: z.ZodMiniOptional>; responseModalities: z.ZodMiniArray; safetySettings: z.ZodMiniArray; tools: z.ZodMiniArray; }, z.core.$strip>, z.ZodMiniObject<{ urlContext: z.ZodMiniObject<{}, z.core.$loose>; }, z.core.$strip>, z.ZodMiniObject<{ functionDeclarations: z.ZodMiniArray; description: z.ZodMiniString; parameters: z.ZodMiniString; isLast: z.ZodMiniBoolean; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$loose>; }, z.core.$strip>; }, z.core.$loose>; export type AiStudioContentSchema = z.output; //# sourceMappingURL=types.d.ts.map