import type { Config } from '../../types'; import type { HttpServerAdapter } from '../domain/http-server/types'; export declare const bind: (adapter: HttpServerAdapter, options: Config) => HttpServerAdapter;