import { z } from "zod"; export declare const UpdateBackgroundTaskSettingsInputSchema: z.ZodObject<{ retentionDays: z.ZodOptional; }, z.core.$strip>;