import { ShieldsIOOptions } from "../../options";
/** Label for Bitbucket open pull requests (/bitbucket/pr/:user/:repo) */
export declare const label = "Bitbucket open pull requests";
/** URL for Bitbucket open pull requests (/bitbucket/pr/:user/:repo) */
export declare const url: (user: string, repo: string, options?: ShieldsIOOptions | undefined) => string;
