import { ShieldsIOOptions } from "../../options";
/** Label for Travis (.com) branch (/travis/com/:user/:repo/:branch) */
export declare const label = "Travis (.com) branch";
/** URL for Travis (.com) branch (/travis/com/:user/:repo/:branch) */
export declare const url: (user: string, repo: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
