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