interface Options {
    path?: string;
    branchCommand?: string;
    hashCommand?: string;
    tagCommand?: string;
}
declare function GitRevPlugin(this: Options, options?: Options): void;
export default GitRevPlugin;
