export declare enum STORAGE_KEYS { INTERNAL_COMMUNITY = 0,// InternalCommunityType PERSISTENT_DELETED_COMMUNITIES = 1,// These are basically community db files that we're unable to remove for some reason on windows LAST_IPNS_RECORD = 2,// The last published IPNS record of the community, updated everytime we publish a new one COMBINED_HASH_OF_PENDING_COMMENTS = 3,// hash of all cids of pending comments. This is used to decide to publish a new mod queue or not EXPORTS = 4,// CommunityExportRecord[] — backups of this community produced by community.export(); persisted so they survive process restart ANCHOR_IPNS_RECORD = 5, HIGHEST_ACCEPTED_ANCHOR_SEQUENCE = 6 }