import type { Commit } from '../../sourceCommit/parse-source-commit.js';
export declare function getConfiguredTargetPRLabels({ commits, targetBranch, targetPRLabels, interactive, }: {
    commits: Commit[];
    targetBranch: string;
    targetPRLabels: string[];
    interactive: boolean;
}): string[];
