interface InstallPreCommitHookOptions { projectDir?: string; force?: boolean; } export declare const installPreCommitHook: (options?: InstallPreCommitHookOptions) => boolean; export {};