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