/// <reference types="qs" />
/// <reference types="react" />
import { Request } from 'express';
export declare const SSRContext: import("react").Context<Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> | null>;
