import type { IncomingMessage, ServerResponse } from "http"; export declare const defaultServer: (req: IncomingMessage, res: ServerResponse, parsedURL: URL, apiKeys: string[]) => Promise | undefined>;