import type { BehaviorEventEmitter } from '../../behavior/behavior-event-emitter.js'; interface RotationResult { readonly archived: boolean; readonly archivePath?: string; } export declare function rotateMemory(workspaceRoot: string, basePath?: string, emitter?: BehaviorEventEmitter): Promise; export {}; //# sourceMappingURL=memory-rotator.d.ts.map