importHubInterface, { HubInterfaceOptions } from'./HubInterface';
/**
* A Class that does CRUD operations for storing objects as Collections in the Hub
*/exportdefaultclassCollectionsextendsHubInterface {
constructor(hubInterfaceOptions: HubInterfaceOptions);
}