import { ShieldsIOOptions } from "../../options";
/** Label for Steam Downloads (/steam/downloads/:fileId) */
export declare const label = "Steam Downloads";
/** URL for Steam Downloads (/steam/downloads/:fileId) */
export declare const url: (fileid: string, options?: ShieldsIOOptions | undefined) => string;
