import { ShieldsIOOptions } from "../../options";
/** Label for node-current (scoped with tag) (/node/v/@:scope/:packageName/:tag) */
export declare const label = "node-current (scoped with tag)";
/** URL for node-current (scoped with tag) (/node/v/@:scope/:packageName/:tag) */
export declare const url: (packagename: string, tag: string, options?: ShieldsIOOptions | undefined) => string;
