/** * Registry of intercepted slash commands * * Each command is checked in order, and the first matching command is executed. * All matchers should be unique across commands. */ import type { InterceptedSlashCommand } from "./types.js"; /** * Registry of all intercepted slash commands */ export declare const interceptedSlashCommands: Array; //# sourceMappingURL=registry.d.ts.map