import type { Hook } from '@oclif/core'; /** * Hook that runs when a command is not found * This implements the default command behavior by redirecting unknown commands to 'run' */ export declare const hook: Hook.CommandNotFound; export default hook; //# sourceMappingURL=command_not_found.d.ts.map