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
 *
 */
export default function commandsOffered(plugin?: string): Promise<Table>;
