import { ShieldsIOOptions } from "../../options";
/** Label for GitHub file size in bytes (/github/size/:user/:repo/:path*) */
export declare const label = "GitHub file size in bytes";
/** URL for GitHub file size in bytes (/github/size/:user/:repo/:path*) */
export declare const url: (user: string, repo: string, path: string, options?: ShieldsIOOptions | undefined) => string;
