import { type NativeConnectOptions } from './connect-steps.js'; /** Skill install only: no key handoff or post-install callback to honour. */ export declare function connectOpenClaw(options: Omit): Promise;