import { ShieldsIOOptions } from "../../options";
/** Label for Netlify (/netlify/:projectId) */
export declare const label = "Netlify";
/** URL for Netlify (/netlify/:projectId) */
export declare const url: (projectid: string, options?: ShieldsIOOptions | undefined) => string;
