import { CommandRegistrations } from "./command/command-registration"; export declare function registerCommands(options: CommandRegistrations): void;