/// import { IncomingMessage } from "http"; declare function getCookie(req: IncomingMessage, name: string): string; export { getCookie };