import { FileWrapper } from "@amalto/typings"; export interface FilesQueue { [fileName: string]: FileWrapper; }