import { z } from "zod"; export declare const GraphEvidenceIssuerContextSchema: z.ZodObject<{ tenantId: z.ZodString; organizationId: z.ZodString; principalIntentRef: z.ZodString; principalId: z.ZodString; agentId: z.ZodString; runId: z.ZodString; runtimeAdapterId: z.ZodString; graphIssuerRef: z.ZodString; graphIssuerAuthority: z.ZodEnum<{ host_runtime_adapter: "host_runtime_adapter"; kernel_fixture: "kernel_fixture"; conformance_fixture: "conformance_fixture"; }>; graphIssuedAt: z.ZodString; }, z.core.$strict>; export type GraphEvidenceIssuerContext = z.input; export declare const CreateGeneratedExecutionGraphInputSchema: z.ZodObject<{ runtimeExecutionId: z.ZodString; graphNonce: z.ZodString; graphSchemaVersion: z.ZodDefault; parserVersion: z.ZodString; supportedGrammarVersion: z.ZodString; coverageValidatorVersion: z.ZodDefault; entryNodeIds: z.ZodDefault>; edges: z.ZodDefault; }, z.core.$strict>>>; maxNodeCount: z.ZodDefault; maxEdgeCount: z.ZodDefault; maxDepth: z.ZodDefault; maxGraphByteSize: z.ZodDefault; truncationStatus: z.ZodDefault>; catalogSnapshotDigest: z.ZodString; gatewayRegistrySnapshotDigest: z.ZodString; registryBindingSetDigest: z.ZodString; nodes: z.ZodDefault>; actionTypeId: z.ZodDefault>; actionClass: z.ZodDefault>; gatewayRegistryEntryId: z.ZodDefault>; nodeId: z.ZodString; nodeKind: z.ZodEnum<{ unknown: "unknown"; shell_command: "shell_command"; codemode_action: "codemode_action"; observer_event: "observer_event"; hidden_trigger: "hidden_trigger"; }>; classification: z.ZodEnum<{ read_only: "read_only"; ambiguous: "ambiguous"; unsupported: "unsupported"; hidden_trigger: "hidden_trigger"; candidate_action_eligible: "candidate_action_eligible"; nonconsequential: "nonconsequential"; bypass_risk: "bypass_risk"; observer_only: "observer_only"; }>; resourceRef: z.ZodDefault>; paramsDigest: z.ZodDefault>; nodeGatewayBindingDigest: z.ZodDefault>; sourceSpanDigest: z.ZodDefault>; redactedArgvSummary: z.ZodDefault>; argvDigest: z.ZodDefault>; argvRedactionStatus: z.ZodEnum<{ unknown: "unknown"; redacted: "redacted"; digest_only: "digest_only"; secret_refs_only: "secret_refs_only"; raw_material_present: "raw_material_present"; }>; stdinDigest: z.ZodDefault>; stdinRedactionStatus: z.ZodEnum<{ unknown: "unknown"; redacted: "redacted"; digest_only: "digest_only"; secret_refs_only: "secret_refs_only"; raw_material_present: "raw_material_present"; }>; envAllowlistDigest: z.ZodDefault>; rawSecretMaterialDetected: z.ZodDefault; commandRiskClassifierRefs: z.ZodDefault>; commandRiskClassifierPosture: z.ZodDefault>; commandRiskRuleRefs: z.ZodDefault>; commandRiskBypassRefs: z.ZodDefault>; unsupportedReasonCodes: z.ZodDefault>; }, z.core.$strict>>>; }, z.core.$strict>; export type CreateGeneratedExecutionGraphInput = z.input;