/** * Human-facing `/compact` command over the backend-independent compaction seam. * @module @deepseek-ai/dsh-command-compact */ import type { Context } from '@deepseek-ai/cordis'; export declare const name = "command-compact"; export declare const inject: string[]; /** * Register `/compact` for every composed human-command adapter. * @param ctx - context carrying the command registry and the compaction seam. */ export declare function apply(ctx: Context): void; //# sourceMappingURL=index.d.ts.map