export interface File { readonly fullPath: string; readonly relativePath: string; readonly extension: string; }