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