import * as z from "zod"; import { A11yTargetWithCache, A11yTargetWithCache$Outbound } from "./a11ytargetwithcache.js"; export type SingleTargetCache = { target: A11yTargetWithCache; }; /** @internal */ export declare const SingleTargetCache$inboundSchema: z.ZodType; /** @internal */ export type SingleTargetCache$Outbound = { target: A11yTargetWithCache$Outbound; }; /** @internal */ export declare const SingleTargetCache$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace SingleTargetCache$ { /** @deprecated use `SingleTargetCache$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SingleTargetCache$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SingleTargetCache$Outbound` instead. */ type Outbound = SingleTargetCache$Outbound; } //# sourceMappingURL=singletargetcache.d.ts.map