import type * as http from 'node:http'; /** * GET /directory — Returns the ACME directory object with all endpoint URLs. */ export declare function createDirectoryHandler(baseUrl: string): (_req: http.IncomingMessage, res: http.ServerResponse, _params: Record, _body: any) => Promise;