import type { ServerResponse as Res } from 'node:http'; export declare const append: >(res: Response) => (field: string, value: string | number | string[]) => Response; //# sourceMappingURL=append.d.ts.map