/** * Clears all entries from the cache and persists the empty state to disk. * * @async * @returns {Promise} Resolves when the cache has been cleared and saved. */ export declare const clear: () => Promise;