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