import { Hook } from "@oclif/core"; /** * Hook to intercept the --version flag and support JSON output */ declare const hook: Hook<"init">; export default hook;