import { ShieldsIOOptions } from "../../options";
/** Label for AppVeyor tests (branch) (/appveyor/tests/:user/:repo/:branch) */
export declare const label = "AppVeyor tests (branch)";
/** URL for AppVeyor tests (branch) (/appveyor/tests/:user/:repo/:branch) */
export declare const url: (user: string, repo: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
