import { ExecOptions } from "child_process"; export declare function isBehindUpstream(gitRemote: string, branch: string, opts: ExecOptions): boolean;