/** * Parses a raw `Cookie` header into a key/value map (first occurrence wins). * * @param header - Value of the `Cookie` header. * @returns Decoded cookie map. */ export declare function parseCookies(header: string | undefined): Record; //# sourceMappingURL=parseCookies.d.ts.map