import { Request } from "express"; export declare const getCookie: (req: Request, name: string) => string | undefined;