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