import ICodeNarratorConfig from "./ICodeNarratorConfig"; export default class DefaultSettings { static gptModel: string; static get(): ICodeNarratorConfig; private static getFilesToExclude; }