import { Api, Command } from '../api'; declare const watch: ({ args, chalk, error, lodash, signale, utils }: Api<{}>) => Command; export default watch;