import type { CommandContext, CommandHandler } from "./types.js"; export declare function defaultCommandHandlers(): CommandHandler[]; /** Run handlers in order, returning true as soon as one accepts the command. */ export declare function dispatchCommand(handlers: readonly CommandHandler[], context: CommandContext): Promise; //# sourceMappingURL=registry.d.ts.map