import { Hook } from '@oclif/core'; declare const commandNotFound: Hook<'command_not_found'>; export default commandNotFound;