import { z } from "zod"; export declare const ProtectedActionAdapterPackSchema: z.ZodObject<{ adapterPackId: z.ZodString; adapterPackVersion: z.ZodString; actionFamily: z.ZodString; protectedSurfaceKind: z.ZodString; parameterSchemaRef: z.ZodString; endpointEvidenceSchemaRef: z.ZodString; installCompilerRef: z.ZodString; policyRulePackRef: z.ZodString; gatewayObservedParameterValidatorRef: z.ZodString; receiptEvidenceMapperRef: z.ZodString; bypassProbeKinds: z.ZodArray>; hostileFixtureRefs: z.ZodArray; }, z.core.$strict>; export type ProtectedActionAdapterPack = z.infer;