import { ShieldsIOOptions } from "../../options";
/** Label for node-current (scoped with tag, custom registry) (/node/v/@:scope/:packageName/:tag?registry_uri=https%3A%2F%2Fregistry.npmjs.com) */
export declare const label = "node-current (scoped with tag, custom registry)";
/** URL for node-current (scoped with tag, custom registry) (/node/v/@:scope/:packageName/:tag?registry_uri=https%3A%2F%2Fregistry.npmjs.com) */
export declare const url: (packagename: string, tag: string, options?: ShieldsIOOptions | undefined) => string;
