import { ShieldsIOOptions } from "../../options";
/** Label for Bitrise (/bitrise/:appId/:branch??token=GCIdEzacE4GW32jLVrZb7A) */
export declare const label = "Bitrise";
/** URL for Bitrise (/bitrise/:appId/:branch??token=GCIdEzacE4GW32jLVrZb7A) */
export declare const url: (appid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
