/** * This plugin introduces /wsk/list, which lists entities across all entity types. * */ import { Registrar } from '@kui-shell/core'; declare const _default: (registrar: Registrar) => void; /** * Here is the module, where we register command handlers * */ export default _default;