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. */ declare const hook: Hook<"command_not_found">; export default hook;