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