import { z } from "zod"; export declare const HttpProtectedMutationProfileSchema: z.ZodObject<{ targetHttpMethod: z.ZodString; endpointUrl: z.ZodString; pathTemplate: z.ZodString; requestBodyDigest: z.ZodDefault>; selectedHeadersDigest: z.ZodString; dynamicEndpointConstructionObserved: z.ZodDefault; dynamicHostConstructionObserved: z.ZodDefault; retryAuthorityReuseDetected: z.ZodDefault; }, z.core.$strict>; export type HttpProtectedMutationProfile = z.infer;