import { ShieldsIOOptions } from "../../options";
/** Label for Codeship (branch) (/codeship/:projectId/:branch) */
export declare const label = "Codeship (branch)";
/** URL for Codeship (branch) (/codeship/:projectId/:branch) */
export declare const url: (projectid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
