import { GitCommit } from "../../dsl/Commit";
export declare const localGetCommits: (base: string, head: string) => GitCommit[];
