import { ShieldsIOOptions } from "../../options";
/** Label for GitHub Pipenv locked Python version (/github/pipenv/locked/python-version/:user/:repo) */
export declare const label = "GitHub Pipenv locked Python version";
/** URL for GitHub Pipenv locked Python version (/github/pipenv/locked/python-version/:user/:repo) */
export declare const url: (user: string, repo: string, options?: ShieldsIOOptions | undefined) => string;
