import type { RecognizedString } from 'uWebSockets.js';
import type { ServerOptions } from './types.js';
export declare function readRecognizedString(recognizedString: RecognizedString): string;
export declare function startNodeHttpServer({ handler, log, protocol, host, port, sslCredentials, maxHeaderSize, }: ServerOptions): Promise<AsyncDisposable>;
