/**
 * Workflow Tool Handlers Module
 * Implements workflow management MCP tool handlers for Dev Flow
 */
export declare function loadWorkflow(workflowId: string): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export declare function advanceStage(summary?: string): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=workflow-tool-handlers.d.ts.map