/** * Memory List Commands * formatRelativeTime, listCommand, editCommand, templatesCommand */ import type { Command } from '../types.js'; export declare function formatRelativeTime(isoDate: string): string; export declare const listCommand: Command; export declare const editCommand: Command; export declare const templatesCommand: Command; //# sourceMappingURL=memory-list.d.ts.map