/**
 * A function that handles returning human readable file sizes.
 */
export declare function toMemorySize(bytes: number): string;
