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