type HookAction = 'install' | 'uninstall'; export declare function runHookInstallCommand(action: HookAction, args: readonly string[]): number; export {};