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