import http2 from 'http2';
import type { ServerBootParams } from '../types';
declare function createHTTP2Server(params: ServerBootParams): Promise<http2.Http2Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse, typeof http2.Http2ServerRequest, typeof http2.Http2ServerResponse>>;
export default createHTTP2Server;
