/** * CLI: guardvibe hook install|uninstall * Manages pre-commit security hooks. */ export declare function runHook(args: string[]): void;