import type { Plugin } from "@vuepress/core"; import type { GungnirThemeData } from "../../shared"; export declare const getGitPlugin: (localeOptions: GungnirThemeData, git?: boolean) => Plugin | [ ];