import type { Response } from 'express'; export declare function applyResponseHeaders(res: Response, headers: Record | undefined, omitContentType: boolean): void;