import { type DrizzleExecutor } from "../drizzle.js"; import { type SlashCommandSummary } from "../integrations/types.js"; /** * Lists active slash commands from active, non-deleted integrations in command-name order for an active user. * Filtering both command and owning integration lifecycle prevents autocomplete from advertising commands that invocation would reject. */ export declare function slashCommandList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=slashCommandList.d.ts.map