import File from './File';
export interface IFileArrDict {
    [fullPath: string]: File[];
}
