import { ShieldsIOOptions } from "../../options";
/** Label for Drone (self-hosted) with branch (/drone/build/:user/:repo/:branch?server=https%3A%2F%2Fdrone.shields.io) */
export declare const label = "Drone (self-hosted) with branch";
/** URL for Drone (self-hosted) with branch (/drone/build/:user/:repo/:branch?server=https%3A%2F%2Fdrone.shields.io) */
export declare const url: (user: string, repo: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
