import { ShieldsIOOptions } from "../../options";
/** Label for GitHub pull request check contexts (/github/status/contexts/pulls/:user/:repo/:number) */
export declare const label = "GitHub pull request check contexts";
/** URL for GitHub pull request check contexts (/github/status/contexts/pulls/:user/:repo/:number) */
export declare const url: (user: string, repo: string, number: string, options?: ShieldsIOOptions | undefined) => string;
