interface ConnectOptions { apiUrl: string; agentType?: string; openclawPort?: string; force?: boolean; } export declare function connect(code: string, options: ConnectOptions): Promise; export {};