export interface File { readonly path: string; readonly writable: boolean; }