import { Table } from'../webapp/models/table';
/**
* Return a table view of the commands offered by the given plugin
*
* @param plugin the name of an installed plugin, e.g. plugin-core-support
*
*/exportdefaultfunctioncommandsOffered(plugin?: string): Promise<Table>;