/// import { Server } from 'http'; export declare function enableDestroyServer(server: Server): (cb?: (err?: Error) => void) => void;