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