import { ShieldsIOOptions } from "../../options";
/** Label for PyPI - Status (/pypi/status/:packageName) */
export declare const label = "PyPI - Status";
/** URL for PyPI - Status (/pypi/status/:packageName) */
export declare const url: (packagename: string, options?: ShieldsIOOptions | undefined) => string;
