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