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