import type { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FileSizePipe implements PipeTransform { private readonly SIZES; private readonly BYTES_IN_KILOBYTE; transform(bytes: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }