import type { PlatformAdapter } from '../../../platform/index.js'; import type { CommandResult } from './command-context.js'; export declare function handleLangCmd(_channel: string, _adapter: PlatformAdapter, trimmedMessage: string): Promise;