export declare const OPENCLAW_BRIDGE_PACKAGE = "mcporter@0.7.3"; /** Install only our workspace skill. Never edit OpenClaw's account/provider config. */ export declare function setupOpenClaw(workspace: string): { status: string; workspace: string; skillPath: string; configPath: string; harnessVersion: string; bridgePackage: string; };