import * as FileSystem from 'fs'; export interface DyNTS_Certification_Settings { keyPath: FileSystem.PathLike; certPath: FileSystem.PathLike; } //# sourceMappingURL=certification-settings.interface.d.ts.map