/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
/**
 * @param fileSize The size of the file in bytes.
 * @param precision The number of significant digits in the output.
 * @returns A human readable file size
 */
export declare const formatFileSize: (fileSize: number, precision?: number) => string;
