import type { Header, HeaderInput } from './header.js'; import type { ErrorOr } from './types.js'; export declare const parseHeaderParam: (headers: readonly Header[], headerParam: string) => ErrorOr<{ header: HeaderInput; remainingHeaders: Header[]; }>; export declare const makeHeaders: (curlHeaders: readonly Header[], headerParams?: readonly string[]) => ErrorOr; //# sourceMappingURL=header-params-parser.d.ts.map