import type { Command } from "commander"; export declare function registerPreActionHooks(program: Command, programVersion: string): void;