/** * @see https://nodejs.org/api/http.html#http_message_rawheaders */ export declare const validHeadersOnly: (rawHeaders: string[]) => string[];