import { Commit } from '../../entrypoint.api';
export declare function getTargetPRLabels({ interactive, targetPRLabels, commits, targetBranch, }: {
    interactive: boolean;
    targetPRLabels: string[];
    commits: Commit[];
    targetBranch: string;
}): string[];
