import { ShieldsIOOptions } from "../../options";
/** Label for DUB (/dub/l/:packageName) */
export declare const label = "DUB";
/** URL for DUB (/dub/l/:packageName) */
export declare const url: (packagename: string, options?: ShieldsIOOptions | undefined) => string;
