Version: 1.1.01.1.11.1.21.1.3
/// <reference types="node" />
import { ServerResponse } from "http";
export = vary;
declare function vary(res: ServerResponse, field: string | string[]): void;
declare namespace vary {
function append(header: string, field: string | string[]): string;
}