import { ShieldsIOOptions } from "../../options";
/** Label for WordPress Plugin Version (/wordpress/plugin/v/:slug) */
export declare const label = "WordPress Plugin Version";
/** URL for WordPress Plugin Version (/wordpress/plugin/v/:slug) */
export declare const url: (slug: string, options?: ShieldsIOOptions | undefined) => string;
