import { Server } from "http"; export declare function graceful(server: Server): { shutdown: () => Promise; };