import * as z from "zod"; import { PageContentAssertion, PageContentAssertion$Outbound } from "./pagecontentassertion.js"; export type ManualPageAssertion = PageContentAssertion; /** @internal */ export declare const ManualPageAssertion$inboundSchema: z.ZodType; /** @internal */ export type ManualPageAssertion$Outbound = PageContentAssertion$Outbound; /** @internal */ export declare const ManualPageAssertion$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 ManualPageAssertion$ { /** @deprecated use `ManualPageAssertion$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ManualPageAssertion$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ManualPageAssertion$Outbound` instead. */ type Outbound = ManualPageAssertion$Outbound; } //# sourceMappingURL=manualpageassertion.d.ts.map