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