import type { Commit } from '../lib/sourceCommit/parse-source-commit.js';
export declare function filterUnmergedCommits(commit: Commit): boolean;
