import type { SlashCommandContext } from './types.js'; export declare function showThreadLockPrompt(ctx: SlashCommandContext, threadTitle: string, ownerPid: number, lockedThreadId?: string): void; export declare function handleThreadsCommand(ctx: SlashCommandContext): Promise; //# sourceMappingURL=threads.d.ts.map