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