import { z } from "zod"; export declare const agenticEndpointAccessMiddlewarePackagePostureSchemaVersion: "handshake.agentic-endpoint-access.package-posture.v0.3.0"; export declare const AgenticEndpointAccessMiddlewarePackagePromotionGateSchema: z.ZodEnum<{ source_boundary_accepted: "source_boundary_accepted"; product_proof_harness_passed: "product_proof_harness_passed"; claim_boundary_passed: "claim_boundary_passed"; import_posture_passed: "import_posture_passed"; cloud_adapter_contract_passed: "cloud_adapter_contract_passed"; durable_local_store_restart_proof_passed: "durable_local_store_restart_proof_passed"; full_repo_gate_passed: "full_repo_gate_passed"; real_customer_edge_integration_passed: "real_customer_edge_integration_passed"; framework_wrapper_parity_passed: "framework_wrapper_parity_passed"; pinned_cloud_shared_contract_passed: "pinned_cloud_shared_contract_passed"; installed_package_boundary_smoke_passed: "installed_package_boundary_smoke_passed"; installed_package_middleware_smoke_passed: "installed_package_middleware_smoke_passed"; package_export_ledger_promoted: "package_export_ledger_promoted"; }>; export type AgenticEndpointAccessMiddlewarePackagePromotionGate = z.infer; export declare const AgenticEndpointAccessMiddlewarePackagePostureSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"handshake.agentic-endpoint-access.package-posture.v0.3.0">; productSurface: z.ZodLiteral<"customer_edge_agentic_endpoint_access_middleware">; sourceBoundaryStatus: z.ZodLiteral<"accepted_for_internal_source">; packageSurfaceStatus: z.ZodLiteral<"narrow_subpath_promoted">; rootExportAllowed: z.ZodLiteral; subpathExportAllowed: z.ZodLiteral; packageExported: z.ZodLiteral; candidateSubpaths: z.ZodArray>; promotedSubpath: z.ZodLiteral<"./agentic-endpoint-middleware">; blockedSubpaths: z.ZodArray>; acceptedSourceBoundaryEvidence: z.ZodArray>; requiredPromotionGates: z.ZodArray>; missingPromotionGates: z.ZodArray>; localStorePosture: z.ZodObject<{ referenceStoreKind: z.ZodLiteral<"node_file_reference">; deploymentPosture: z.ZodLiteral<"single_process_reference">; restartDurable: z.ZodLiteral; productionMultiProcessEligible: z.ZodLiteral; productionStoreRequiredForMultiProcess: z.ZodLiteral; requiredProductionCapabilities: z.ZodArray; }, z.core.$strict>; nonClaims: z.ZodArray; }, z.core.$strict>; export type AgenticEndpointAccessMiddlewarePackagePosture = z.infer; export declare const agenticEndpointAccessMiddlewarePackagePosture: { schemaVersion: "handshake.agentic-endpoint-access.package-posture.v0.3.0"; productSurface: "customer_edge_agentic_endpoint_access_middleware"; sourceBoundaryStatus: "accepted_for_internal_source"; packageSurfaceStatus: "narrow_subpath_promoted"; rootExportAllowed: false; subpathExportAllowed: true; packageExported: true; candidateSubpaths: ("./customer-edge" | "./agentic-endpoint-middleware")[]; promotedSubpath: "./agentic-endpoint-middleware"; blockedSubpaths: ("./customer-edge" | "./customer-edge/agentic-endpoint-access")[]; acceptedSourceBoundaryEvidence: ("source_boundary_accepted" | "product_proof_harness_passed" | "claim_boundary_passed" | "import_posture_passed" | "cloud_adapter_contract_passed" | "durable_local_store_restart_proof_passed" | "full_repo_gate_passed" | "real_customer_edge_integration_passed" | "framework_wrapper_parity_passed" | "pinned_cloud_shared_contract_passed" | "installed_package_boundary_smoke_passed" | "installed_package_middleware_smoke_passed" | "package_export_ledger_promoted")[]; requiredPromotionGates: ("source_boundary_accepted" | "product_proof_harness_passed" | "claim_boundary_passed" | "import_posture_passed" | "cloud_adapter_contract_passed" | "durable_local_store_restart_proof_passed" | "full_repo_gate_passed" | "real_customer_edge_integration_passed" | "framework_wrapper_parity_passed" | "pinned_cloud_shared_contract_passed" | "installed_package_boundary_smoke_passed" | "installed_package_middleware_smoke_passed" | "package_export_ledger_promoted")[]; missingPromotionGates: ("source_boundary_accepted" | "product_proof_harness_passed" | "claim_boundary_passed" | "import_posture_passed" | "cloud_adapter_contract_passed" | "durable_local_store_restart_proof_passed" | "full_repo_gate_passed" | "real_customer_edge_integration_passed" | "framework_wrapper_parity_passed" | "pinned_cloud_shared_contract_passed" | "installed_package_boundary_smoke_passed" | "installed_package_middleware_smoke_passed" | "package_export_ledger_promoted")[]; localStorePosture: { referenceStoreKind: "node_file_reference"; deploymentPosture: "single_process_reference"; restartDurable: true; productionMultiProcessEligible: false; productionStoreRequiredForMultiProcess: true; requiredProductionCapabilities: string[]; }; nonClaims: string[]; };