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