/**
 * The ABSOLUTE path to the `git-clang-format` executable binary based on the OS platform and architecture.
 *
 * @alias `clangFormatGitPath`. See {@link clangFormatGitPath}.
 * @version `v1.2.0` Initial release.
 * @see https://clang-format-node.lumir.page/docs/apis/clang-format-git
 */
export const gitClangFormatPath: string;
/**
 * Alias for `gitClangFormatPath`.
 *
 * @alias `gitClangFormatPath`. See {@link gitClangFormatPath}.
 * @version `v1.2.0` Initial release.
 * @see https://clang-format-node.lumir.page/docs/apis/clang-format-git
 */
export const clangFormatGitPath: string;
