import type { LTEnvelope, LTReturn } from '../../../types'; /** * Plan mode workflow — decomposes a specification into N workflows, * builds them leaf-first by delegating to mcpWorkflowBuilder, * and deploys the resulting set. */ export declare function mcpWorkflowPlanner(envelope: LTEnvelope): Promise;