export interface File { path: string; content: string; } export declare function readFiles(pattern: string): Promise;