import { Commit } from '../entrypoint.api';
export declare function filterUnmergedCommits(commit: Commit): boolean;
