import { ServerResponse } from 'node:http'; /** * Set or appends a value to the `Vary` header in the response, only if the * value is not already present. */ export declare function appendVary(res: ServerResponse, value: string): void; //# sourceMappingURL=http.d.ts.map