import { ShieldsIOOptions } from "../../options";
/** Label for GitHub search hit counter (/github/search/:user/:repo/:query) */
export declare const label = "GitHub search hit counter";
/** URL for GitHub search hit counter (/github/search/:user/:repo/:query) */
export declare const url: (user: string, repo: string, query: string, options?: ShieldsIOOptions | undefined) => string;
