import { ShieldsIOOptions } from "../../options";
/** Label for Buildkite (/buildkite/:identifier) */
export declare const label = "Buildkite";
/** URL for Buildkite (/buildkite/:identifier) */
export declare const url: (identifier: string, options?: ShieldsIOOptions | undefined) => string;
