import { z } from "zod"; export declare const BabysittingConfigSchema: z.ZodObject<{ timeout_ms: z.ZodDefault; }, z.core.$strip>; export type BabysittingConfig = z.infer;