import type { GatewayAgentResult } from "./GatewayAgentService.js"; export declare const GATEWAY_HANDOFF_ENV_PATH = "MCODA_GATEWAY_HANDOFF_PATH"; export interface GatewayHandoffContext { qaFailureSummary?: string; learningSummary?: string; } export declare const buildGatewayHandoffDocdexUsage: () => string; export declare const buildGatewayHandoffContent: (result: GatewayAgentResult, context?: GatewayHandoffContext) => string; export declare const writeGatewayHandoffFile: (workspaceRoot: string, commandRunId: string, content: string, prefix?: string) => Promise; export declare const withGatewayHandoff: (handoffPath: string | undefined, fn: () => Promise) => Promise; //# sourceMappingURL=GatewayHandoff.d.ts.map