import * as FileSystem from 'fs'; export interface DyNTS_Certification_Settings { keyPath: FileSystem.PathLike, certPath: FileSystem.PathLike, }