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