export declare const formatBytes: (number: number, options?: Intl.NumberFormatOptions & { locale: string; bits?: boolean; binary?: boolean; signed: boolean; }) => string;