import { IGitExecutionOptions } from '../core/git'; /** Merge the named branch into the current branch. */ export declare function merge(repositoryPath: string, branch: string, options?: IGitExecutionOptions): Promise;