/** * Shared helpers for memory CLI commands. * * @module */ export declare function resolveProjectRoot(start: string): string; export declare function truncate(s: string, maxLen: number): string; export declare function relevanceLevels(minRelevance: string): string[]; //# sourceMappingURL=memory-helpers.d.ts.map