import http from "node:http"; export declare const parseHeaders: (headers?: http.OutgoingHttpHeader[] | http.OutgoingHttpHeaders) => Record; export declare const convertHeader: (header: http.OutgoingHttpHeader) => string; export declare function parseCookies(cookies?: string | string[]): string[] | undefined;