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