import { FileModel } from "../models/file.model"; import { UserService } from "./user.service"; import * as i0 from "@angular/core"; export declare class MediaService { private readonly userService; constructor(userService: UserService); private static getFileCategory; fetchFiles(query: string): Promise; uploadFile(file: File, callback: (progress: any) => void): Promise; totalFiles(query: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }