import type { PlatformAdapter } from '../../../platform/index.js'; export declare function handleThreadCmd(channel: string, adapter: PlatformAdapter, msg: string): Promise;