import { McpStrategy } from '../types'; export declare function propagateMcpToOpenHands(rulerMcpData: Record | null, openHandsConfigPath: string, backup?: boolean, strategy?: McpStrategy, containmentRoot?: string): Promise;