/** * Shared JavaScript snippets used by both pre-compact-save.js and compact-restore.js hooks. * Returns raw JS code strings for template string interpolation. * Eliminates duplication of findProjectRoot() and loadJSON() across hooks. */ export declare function jsFindProjectRoot(): string; export declare function jsLoadJSON(): string;