import { z } from 'zod'; export declare const renderInputEnvelopeSchema: z.ZodObject<{ handshakeId: z.ZodString; props: z.ZodRecord; themeId: z.ZodOptional; infra: z.ZodOptional; }, z.core.$strict>>; override: z.ZodOptional>>; variance: z.ZodOptional>>; }, z.core.$strict>>; }, z.core.$strip>; export declare const renderInputRouteGuardSchema: z.ZodObject<{ infra: z.ZodOptional; }, z.core.$loose>>; }, z.core.$loose>; export type RenderInputEnvelope = z.infer; //# sourceMappingURL=render-input-envelope.d.ts.map