import type { ServerResponse } from "node:http"; export declare function applyCacheControl(res: ServerResponse, type: "public" | "private", ttl?: number | string): void;