import { Registrar } from '@kui-shell/core'; declare const _default: (commandTree: Registrar) => void; /** * Here is the module. It registers command handlers for the family of * /wsk/action/webbify commands. * */ export default _default;