import { ShieldsIOOptions } from "../../options";
/** Label for Bountysource (/bountysource/team/:team/activity) */
export declare const label = "Bountysource";
/** URL for Bountysource (/bountysource/team/:team/activity) */
export declare const url: (team: string, options?: ShieldsIOOptions | undefined) => string;
