import { Arguments, Registrar } from '@kui-shell/core'; declare const _default: (commandTree: Registrar) => Promise<{ rm: (type: string) => (command: Arguments) => Promise; }>; /** here is the module */ export default _default;