import type { ServerOptions } from 'https'; import type { IncomingMessage, ServerResponse } from 'http'; /** * HTTPS server configuration settings. */ export type HttpsConfig = Omit, 'IncomingMessage' | 'ServerResponse'>; //# sourceMappingURL=HttpsConfig.d.ts.map