import type { MessageSubmissionOptions } from '../../../types/index.js';
/**
 * Handles /compact command. Returns true if handled.
 */
export declare function handleCompactCommand(commandParts: string[], options: MessageSubmissionOptions): Promise<boolean>;
//# sourceMappingURL=compact-handler.d.ts.map