export declare enum MongoCollectionEnum { ATTRIBUTES = "attributes", PRODUCTS = "products", CARTS = "carts", INDEXED_PRODUCTS = "indexed_products" }