import BitbucketService from '../bitbucketserver/bitbucket-service';
export default function postPullRequestCommentIfOpenPullRequests(bitbucketService: BitbucketService, options: any): Promise<void>;
