///
///
import type http from 'http';
import https from 'https';
import type { AbortSignal } from 'node-abort-controller';
export declare class Stopper {
private server;
private requestCountPerSocket;
private stopped;
constructor(server: http.Server | https.Server);
stop(hardDestroyAbortSignal?: AbortSignal): Promise;
}
//# sourceMappingURL=stoppable.d.ts.map