import { Dictionary } from "../types/utilities";
declare const Files: Dictionary<string[]>;
export default Files;
