import { z } from "zod"; import { CLI_COMMAND_NAMES, type CliCommandName, MCP_TOOL_NAMES, type McpToolName } from "./capabilities.js"; export { CLI_COMMAND_NAMES, MCP_TOOL_NAMES }; export type { CliCommandName, McpToolName } from "./capabilities.js"; export declare const OUTPUT_SCHEMA_VERSION: "1.0.0"; export interface OutputSchemaMeta { readonly id: string; readonly version: typeof OUTPUT_SCHEMA_VERSION; } export declare const MCP_OUTPUT_SCHEMAS: Record; export declare const CLI_OUTPUT_SCHEMAS: Record; export declare function getMcpOutputSchemaMeta(tool: McpToolName): OutputSchemaMeta; export declare function getCliOutputSchemaMeta(command: CliCommandName): OutputSchemaMeta; export declare function getMcpOutputSchema(tool: McpToolName): z.ZodType; export declare function getCliOutputSchema(command: CliCommandName): z.ZodType; export declare function attachMcpSchemaMeta(tool: McpToolName, data: T): T & { _schema: OutputSchemaMeta; }; export declare function attachCliSchemaMeta(command: CliCommandName, data: T): T & { _schema: OutputSchemaMeta; }; export declare function validateCliOutput(command: CliCommandName, data: unknown): Record; export declare function cliCommandMcpTool(command: CliCommandName): McpToolName | null; export declare function getMcpOutputJsonSchema(tool: McpToolName): unknown; export declare function getCliOutputJsonSchema(command: CliCommandName): unknown; /** Inferred output type for a given MCP tool name. */ export type McpOutputFor = z.output<(typeof MCP_OUTPUT_SCHEMAS)[K]>; /** Inferred output type for a given CLI command name. */ export type CliOutputFor = z.output<(typeof CLI_OUTPUT_SCHEMAS)[K]>; export declare const DIAG_ACTIVITY_CLI_SCHEMA: z.ZodObject<{ sessionMode: z.ZodEnum<{ daemon: "daemon"; repo_local: "repo_local"; }>; bindState: z.ZodEnum<{ bound: "bound"; unbound: "unbound"; }>; repoId: z.ZodNullable; worktreeId: z.ZodNullable; worktreeRoot: z.ZodNullable; gitCommonDir: z.ZodNullable; graftDir: z.ZodNullable; capabilityProfile: z.ZodNullable; runCapture: z.ZodBoolean; }, z.core.$strict>>; truthClass: z.ZodLiteral<"artifact_history">; anchor: z.ZodDiscriminatedUnion<[z.ZodObject<{ posture: z.ZodLiteral<"head_commit">; headRef: z.ZodNullable; headSha: z.ZodString; }, z.core.$strict>, z.ZodObject<{ posture: z.ZodLiteral<"unknown">; headRef: z.ZodNullable; headSha: z.ZodNullable; reason: z.ZodEnum<{ missing_head_commit: "missing_head_commit"; workspace_unbound: "workspace_unbound"; }>; }, z.core.$strict>], "posture">; summary: z.ZodObject<{ headline: z.ZodString; anchor: z.ZodString; workspace: z.ZodString; groups: z.ZodArray; }, z.core.$strict>; activeCausalWorkspace: z.ZodNullable; provenanceLevel: z.ZodLiteral<"artifact_history">; }, z.core.$strict>; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; repoConcurrency: z.ZodNullable; authority: z.ZodEnum<{ unknown: "unknown"; explicit_handoff: "explicit_handoff"; repo_identity_only: "repo_identity_only"; active_history_scan: "active_history_scan"; daemon_live_sessions: "daemon_live_sessions"; footprint_overlap: "footprint_overlap"; }>; observedWorktreeCount: z.ZodNumber; observedCausalSessionCount: z.ZodNumber; observedActorCount: z.ZodNumber; overlappingPathCount: z.ZodNumber; summary: z.ZodString; daemonSessionLiveness: z.ZodOptional>; }, z.core.$strict>>; checkoutEpoch: z.ZodNumber; lastTransition: z.ZodNullable; fromRef: z.ZodNullable; toRef: z.ZodNullable; fromCommit: z.ZodNullable; toCommit: z.ZodNullable; evidence: z.ZodObject<{ reflogSubject: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>>; semanticTransition: z.ZodNullable; authority: z.ZodEnum<{ authoritative_git_state: "authoritative_git_state"; repo_snapshot: "repo_snapshot"; }>; phase: z.ZodNullable>; summary: z.ZodString; evidence: z.ZodObject<{ totalPaths: z.ZodNumber; stagedPaths: z.ZodNumber; changedPaths: z.ZodNumber; untrackedPaths: z.ZodNumber; unmergedPaths: z.ZodNumber; mergeInProgress: z.ZodBoolean; rebaseInProgress: z.ZodBoolean; rebaseStep: z.ZodNullable; rebaseTotalSteps: z.ZodNullable; lastTransitionKind: z.ZodNullable>; reflogSubject: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>>; workspaceOverlayId: z.ZodNullable; workspaceOverlay: z.ZodNullable; totalPaths: z.ZodNumber; stagedPaths: z.ZodNumber; changedPaths: z.ZodNumber; untrackedPaths: z.ZodNumber; actorGuess: z.ZodLiteral<"unknown">; confidence: z.ZodLiteral<"low">; evidence: z.ZodObject<{ source: z.ZodLiteral<"git status --porcelain">; reflogSubject: z.ZodNullable; sample: z.ZodArray; }, z.core.$strict>; }, z.core.$strict>>; workspaceOverlayFooting: z.ZodNullable; lineagePosture: z.ZodEnum<{ stable: "stable"; forked_after_transition: "forked_after_transition"; }>; boundaryAuthority: z.ZodEnum<{ repo_snapshot: "repo_snapshot"; none: "none"; hook_observed: "hook_observed"; }>; degraded: z.ZodLiteral; degradedReason: z.ZodEnum<{ target_repo_hooks_absent: "target_repo_hooks_absent"; target_repo_hooks_unrecognized: "target_repo_hooks_unrecognized"; local_edit_watchers_absent: "local_edit_watchers_absent"; }>; checkoutEpoch: z.ZodNumber; lastTransition: z.ZodNullable; fromRef: z.ZodNullable; toRef: z.ZodNullable; fromCommit: z.ZodNullable; toCommit: z.ZodNullable; evidence: z.ZodObject<{ reflogSubject: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>>; workspaceOverlayId: z.ZodNullable; workspaceOverlay: z.ZodNullable; totalPaths: z.ZodNumber; stagedPaths: z.ZodNumber; changedPaths: z.ZodNumber; untrackedPaths: z.ZodNumber; actorGuess: z.ZodLiteral<"unknown">; confidence: z.ZodLiteral<"low">; evidence: z.ZodObject<{ source: z.ZodLiteral<"git status --porcelain">; reflogSubject: z.ZodNullable; sample: z.ZodArray; }, z.core.$strict>; }, z.core.$strict>>; hookBootstrap: z.ZodObject<{ posture: z.ZodEnum<{ absent: "absent"; external_unknown: "external_unknown"; installed: "installed"; }>; configuredCoreHooksPath: z.ZodNullable; resolvedHooksPath: z.ZodString; requiredHooks: z.ZodArray; presentHooks: z.ZodArray; missingHooks: z.ZodArray; supportsCheckoutBoundaries: z.ZodBoolean; }, z.core.$strict>; latestHookEvent: z.ZodNullable; hookArgs: z.ZodArray; worktreeRoot: z.ZodString; observedAt: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>>; stagedTarget: z.ZodDiscriminatedUnion<[z.ZodObject<{ stability: z.ZodLiteral<"runtime_local">; provenanceLevel: z.ZodLiteral<"artifact_history">; availability: z.ZodLiteral<"none">; }, z.core.$strict>, z.ZodObject<{ stability: z.ZodLiteral<"runtime_local">; provenanceLevel: z.ZodLiteral<"artifact_history">; availability: z.ZodLiteral<"full_file">; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; target: z.ZodObject<{ targetId: z.ZodString; targetKind: z.ZodLiteral<"staged_target">; repoId: z.ZodString; worktreeId: z.ZodString; checkoutEpochId: z.ZodString; workspaceOverlayId: z.ZodString; selectedAt: z.ZodString; selectionEntries: z.ZodArray; regions: z.ZodArray; endColumn: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>>; base: z.ZodObject<{ headCommitSha: z.ZodString; indexTreeSha: z.ZodNullable; }, z.core.$strict>; selectionKind: z.ZodLiteral<"full_file">; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ stability: z.ZodLiteral<"runtime_local">; provenanceLevel: z.ZodLiteral<"artifact_history">; availability: z.ZodLiteral<"ambiguous">; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; reason: z.ZodEnum<{ missing_head_commit: "missing_head_commit"; missing_workspace_overlay: "missing_workspace_overlay"; modified_path_selection_requires_deeper_evidence: "modified_path_selection_requires_deeper_evidence"; }>; observedStagedPaths: z.ZodNumber; ambiguousPaths: z.ZodArray; }, z.core.$strict>], "availability">; }, z.core.$strip>>; activityWindow: z.ZodObject<{ historyPath: z.ZodNullable; limit: z.ZodNumber; returned: z.ZodNumber; totalMatchingItems: z.ZodNumber; truncated: z.ZodBoolean; missingSignalKinds: z.ZodArray; groups: z.ZodArray; label: z.ZodString; summary: z.ZodString; count: z.ZodNumber; items: z.ZodArray; recordId: z.ZodString; operation: z.ZodEnum<{ start: "start"; attach: "attach"; resume: "resume"; fork: "fork"; park: "park"; }>; occurredAt: z.ZodString; causalSessionId: z.ZodString; strandId: z.ZodString; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; continuedFromCausalSessionId: z.ZodNullable; continuedFromStrandId: z.ZodNullable; }, z.core.$strict>, z.ZodObject<{ eventId: z.ZodString; repoId: z.ZodString; worktreeId: z.ZodNullable; checkoutEpochId: z.ZodNullable; workspaceOverlayId: z.ZodNullable; transportSessionId: z.ZodNullable; workspaceSliceId: z.ZodNullable; causalSessionId: z.ZodNullable; strandId: z.ZodNullable; actorId: z.ZodNullable; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; evidenceIds: z.ZodArray; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; footprint: z.ZodObject<{ paths: z.ZodArray; symbols: z.ZodArray; regions: z.ZodArray; endColumn: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; occurredAt: z.ZodString; eventKind: z.ZodLiteral<"read">; payload: z.ZodObject<{ surface: z.ZodString; projection: z.ZodString; sourceLayer: z.ZodEnum<{ canonical_structural_truth: "canonical_structural_truth"; workspace_overlay: "workspace_overlay"; strand_local_speculation: "strand_local_speculation"; }>; reason: z.ZodString; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ eventId: z.ZodString; repoId: z.ZodString; worktreeId: z.ZodNullable; checkoutEpochId: z.ZodNullable; workspaceOverlayId: z.ZodNullable; transportSessionId: z.ZodNullable; workspaceSliceId: z.ZodNullable; causalSessionId: z.ZodNullable; strandId: z.ZodNullable; actorId: z.ZodNullable; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; evidenceIds: z.ZodArray; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; footprint: z.ZodObject<{ paths: z.ZodArray; symbols: z.ZodArray; regions: z.ZodArray; endColumn: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; occurredAt: z.ZodString; eventKind: z.ZodLiteral<"stage">; payload: z.ZodObject<{ targetId: z.ZodString; footprint: z.ZodObject<{ paths: z.ZodArray; symbols: z.ZodArray; regions: z.ZodArray; endColumn: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; selectionKind: z.ZodEnum<{ full_file: "full_file"; partial_file: "partial_file"; symbol_subset: "symbol_subset"; }>; }, z.core.$strict>; }, z.core.$strict>, z.ZodObject<{ eventId: z.ZodString; repoId: z.ZodString; worktreeId: z.ZodNullable; checkoutEpochId: z.ZodNullable; workspaceOverlayId: z.ZodNullable; transportSessionId: z.ZodNullable; workspaceSliceId: z.ZodNullable; causalSessionId: z.ZodNullable; strandId: z.ZodNullable; actorId: z.ZodNullable; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; evidenceIds: z.ZodArray; attribution: z.ZodObject<{ actor: z.ZodObject<{ actorId: z.ZodString; actorKind: z.ZodEnum<{ git: "git"; daemon: "daemon"; human: "human"; agent: "agent"; unknown: "unknown"; }>; displayName: z.ZodOptional; source: z.ZodString; authorityScope: z.ZodEnum<{ authoritative: "authoritative"; declared: "declared"; inferred: "inferred"; mixed: "mixed"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ unknown: "unknown"; high: "high"; medium: "medium"; low: "low"; }>; basis: z.ZodEnum<{ explicit_declaration: "explicit_declaration"; git_transition: "git_transition"; transport_session: "transport_session"; session_continuity: "session_continuity"; environment_inference: "environment_inference"; unknown_fallback: "unknown_fallback"; conflicting_signals: "conflicting_signals"; }>; evidence: z.ZodArray; source: z.ZodString; capturedAt: z.ZodString; strength: z.ZodEnum<{ direct: "direct"; strong: "strong"; weak: "weak"; conflicted: "conflicted"; }>; details: z.ZodRecord; }, z.core.$strict>>; }, z.core.$strict>; footprint: z.ZodObject<{ paths: z.ZodArray; symbols: z.ZodArray; regions: z.ZodArray; endColumn: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; occurredAt: z.ZodString; eventKind: z.ZodLiteral<"transition">; payload: z.ZodObject<{ semanticKind: z.ZodEnum<{ unknown: "unknown"; index_update: "index_update"; conflict_resolution: "conflict_resolution"; merge_phase: "merge_phase"; rebase_phase: "rebase_phase"; bulk_transition: "bulk_transition"; }>; authority: z.ZodEnum<{ authoritative_git_state: "authoritative_git_state"; repo_snapshot: "repo_snapshot"; }>; phase: z.ZodNullable>; summary: z.ZodString; transitionKind: z.ZodNullable>; fromRef: z.ZodNullable; toRef: z.ZodNullable; createdCheckoutEpochId: z.ZodNullable; }, z.core.$strict>; }, z.core.$strict>]>>; }, z.core.$strict>>; }, z.core.$strict>; degradedReasons: z.ZodArray; nextAction: z.ZodUnion, z.ZodLiteral<"bind_workspace_to_begin_local_history">]>; _schema: z.ZodOptional; _receipt: z.ZodOptional; tripwire: z.ZodOptional; }, z.core.$strict>; export declare const RECEIPT_SCHEMA: z.ZodObject<{ sessionId: z.ZodString; traceId: z.ZodString; seq: z.ZodNumber; ts: z.ZodString; tool: z.ZodString; projection: z.ZodString; reason: z.ZodString; latencyMs: z.ZodNumber; fileBytes: z.ZodNullable; returnedBytes: z.ZodNumber; burden: z.ZodObject<{ kind: z.ZodEnum<{ search: "search"; read: "read"; shell: "shell"; state: "state"; diagnostic: "diagnostic"; }>; nonRead: z.ZodBoolean; }, z.core.$strict>; cumulative: z.ZodObject<{ reads: z.ZodNumber; outlines: z.ZodNumber; refusals: z.ZodNumber; cacheHits: z.ZodNumber; bytesReturned: z.ZodNumber; bytesAvoided: z.ZodNumber; nonReadBytesReturned: z.ZodNumber; burdenByKind: z.ZodObject<{ read: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; search: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; shell: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; state: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; diagnostic: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; }, z.core.$strict>; }, z.core.$strict>; budget: z.ZodOptional>; compressionRatio: z.ZodOptional>; }, z.core.$strict>; export declare const RECEIPT_JSON_SCHEMA: z.core.ZodStandardJSONSchemaPayload; returnedBytes: z.ZodNumber; burden: z.ZodObject<{ kind: z.ZodEnum<{ search: "search"; read: "read"; shell: "shell"; state: "state"; diagnostic: "diagnostic"; }>; nonRead: z.ZodBoolean; }, z.core.$strict>; cumulative: z.ZodObject<{ reads: z.ZodNumber; outlines: z.ZodNumber; refusals: z.ZodNumber; cacheHits: z.ZodNumber; bytesReturned: z.ZodNumber; bytesAvoided: z.ZodNumber; nonReadBytesReturned: z.ZodNumber; burdenByKind: z.ZodObject<{ read: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; search: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; shell: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; state: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; diagnostic: z.ZodObject<{ calls: z.ZodNumber; bytesReturned: z.ZodNumber; }, z.core.$strict>; }, z.core.$strict>; }, z.core.$strict>; budget: z.ZodOptional>; compressionRatio: z.ZodOptional>; }, z.core.$strict>>; //# sourceMappingURL=output-schemas.d.ts.map