import { File } from './File.d.ts' export interface Indexable { index: File | null content: File[] }