export interface ISettings { download_path: string, cliArgs?: string[], port?: number, }