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