import type { ChatCommandDefinition } from "./commands-registry.types.js"; export declare function getChatCommands(): ChatCommandDefinition[];