import type { CommandAdapter } from '../command-adapter.interface.js'; /** * Build isolation options from CLI flags */ export declare function configureListCommand(program: CommandAdapter): void; /** * Configure exec command for direct execution */ export declare function configureExecCommand(program: CommandAdapter): void; /** * Configure the rollout monitoring command */ export declare function configureRolloutCommand(program: CommandAdapter): void; /** * Configure all dynamic shortcut commands */ export declare function configureShortcutCommands(program: CommandAdapter): void; /** * Configure the memory consolidate command. * * Consolidate runs the full memory maintenance cycle: prune decayed entries, * run git-based invalidation, merge similar patterns, and auto-promote * high-value memories to the semantic store. */ export declare function configureConsolidateCommand(program: CommandAdapter): void; //# sourceMappingURL=dynamic.d.ts.map