declare module 'parse-headers' { function parseHeaders(headers: string): Record export = parseHeaders }