/** * This plugin introduces /wsk/rules/on, to simplify the syntax of * creating rules. Triggers will be created if they don't yet exist. * * on t do foo * */ import { Registrar } from '@kui-shell/core'; declare const _default: (registrar: Registrar) => void; /** * Register command handlers * */ export default _default;