import { type DrizzleExecutor } from "../../drizzle.js"; import { type SlashCommandSummary } from "../../integrations/types.js"; /** * Loads one slashCommands row through the shared command selection and rejects a missing post-write record. * Centralizing the asSlashCommand mapping keeps create and update responses identical to later command projections. */ export declare function getSlashCommandDb(executor: DrizzleExecutor, commandId: string): Promise; //# sourceMappingURL=getSlashCommandDb.d.ts.map