import type { CommandContext, CommandHandler } from "./types.js"; export declare class SessionViewCommandHandler implements CommandHandler { tryHandle(context: CommandContext): Promise; } //# sourceMappingURL=session-view.d.ts.map