import { z } from 'zod/v4'; export declare const DetourObject: z.ZodObject<{ to: z.ZodString; }, z.core.$strip>; export type DetourObject = z.infer;