declare enum StorageKeys { EVENTS = "att_events", USER = "att_user", CREDENTIAL = "att_credential", CONFIG = "att_config", POOLING = "att_pooling" } export { StorageKeys };