/** * Intercepted slash command for toggling session transcripts * Handles /nori-toggle-session-transcripts command */ import type { InterceptedSlashCommand } from "./types.js"; /** * nori-toggle-session-transcripts intercepted slash command */ export declare const noriToggleSessionTranscripts: InterceptedSlashCommand; //# sourceMappingURL=nori-toggle-session-transcripts.d.ts.map