import type { Command } from '../types/commands.js';
/**
 * Resume command registration for /help listing.
 * Actual handling is done in app-util.ts (handleResumeCommand) which
 * intercepts /resume, /sessions, and /history before the registry runs.
 */
export declare const resumeCommand: Command;
//# sourceMappingURL=resume.d.ts.map