export declare const withCookies: (request: Request & {
    cookies?: Record<string, string>;
}) => void;
