import ICodeNarratorConfig from "./config/ICodeNarratorConfig"; export default class App { static StartTime: Date; run(config?: Partial): Promise; }