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