declare enum StoreStatus { init = "init", touched = "touched", inUse = "in-use", unused = "unused" } export { StoreStatus as default };