import { ShieldsIOOptions } from "../../options";
/** Label for Docker Cloud Automated build (/docker/cloud/automated/:user/:repo) */
export declare const label = "Docker Cloud Automated build";
/** URL for Docker Cloud Automated build (/docker/cloud/automated/:user/:repo) */
export declare const url: (user: string, repo: string, options?: ShieldsIOOptions | undefined) => string;
