/// /// import * as https from "https"; import { Agent } from "undici"; export declare const createHttpsServer: (app: any) => https.Server; export declare const sslAgent: Agent;