import { ShieldsIOOptions } from "../../options";
/** Label for Gerrit change status (/gerrit/:changeId?baseUrl=https%3A%2F%2Fandroid-review.googlesource.com) */
export declare const label = "Gerrit change status";
/** URL for Gerrit change status (/gerrit/:changeId?baseUrl=https%3A%2F%2Fandroid-review.googlesource.com) */
export declare const url: (changeid: string, options?: ShieldsIOOptions | undefined) => string;
