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