import { IFileService } from './file-service'; export interface IFileMicroservice extends IFileService { dispose(): void | Promise; }