/**
 * Zod schemas for the Ads4GPTs Chat Ads.
 */
import z from 'zod';
export declare const ChatAdsInputSchema: z.ZodObject<{
    context: z.ZodString;
    num_ads: z.ZodDefault<z.ZodNumber>;
}, "strip", z.ZodTypeAny, {
    context: string;
    num_ads: number;
}, {
    context: string;
    num_ads?: number | undefined;
}>;
//# sourceMappingURL=chatAds.d.ts.map