import type { Server } from './types.js';
export declare function stop(server: Server): Promise<void>;
