/** * The exact stdout prefix `fjall deploy --plan` prints the engine approval * token under, and the MCP `plan_deployment` handler parses to capture it for * cross-process replay. * * Single-sourced here because the CLI print site (`@fjall/cli`) and the MCP * parse site (`@fjall/mcp`) live in different packages that share no test — a * reworded literal at one site would otherwise break MCP plan-token capture * silently. `@fjall/util` is the lowest common dependency of both. */ export declare const APPROVAL_TOKEN_OUTPUT_PREFIX = "Approval token: ";