/** * /clear command handler for Zoe CLI. * * Aliases: /reset, /new */ import type { CommandHandler } from './registry.js'; export declare const clearHandler: CommandHandler;