/** Load the pinned-id set. Missing/garbage file → empty set (never throws). */ export declare function loadPins(): Set; /** Persist the pinned-id set. Best-effort — a write failure never wedges the TUI. */ export declare function savePins(pins: Set): void;