export interface IThreadingConfig { enabled?: boolean; minFileSize?: number; threadAmount?: number; }