import { Hook } from'@oclif/core';
/**
* Hook that runs when a command is not found. Suggests similar commands
* and runs them if confirmed, in a similar style to the official oclif plugin.
*/declareconsthook: Hook<'command_not_found'>;
exportdefault hook;