import { ShieldsIOOptions } from "../../options";
/** Label for Read the Docs (version) (/readthedocs/:packageName/:version) */
export declare const label = "Read the Docs (version)";
/** URL for Read the Docs (version) (/readthedocs/:packageName/:version) */
export declare const url: (packagename: string, version: string, options?: ShieldsIOOptions | undefined) => string;
