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