import type * as http from 'node:http'; import type { Options } from './types.js'; export declare function verifyConfig(options: Options): void;