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