import type * as http from 'node:http'; import type { Options, Plugin } from './types.js'; export declare function getPlugins(options: Options): Plugin[];