import { type FileMetadata, type FolderMetadata } from "./types"; declare const cache: { fileMetadata: Map; folderMetadata: Map; importPublicKey: Map; importPrivateKey: Map; chatKeyParticipant: Map; chatKeyOwner: Map; noteKeyOwner: Map; noteKeyParticipant: Map; noteTitle: Map; notePreview: Map; noteTagName: Map; chatConversationName: Map; folderLinkKey: Map; importRawKey: Map; importPBKDF2Key: Map; }; export default cache;