import { IContentReader } from "./IContentReader"; import { ContentFileCollection } from "../content/ContentFileCollection"; export declare class ContentReader implements IContentReader { readFiles(sourcePath: string): Promise; private statFile(path); }