import { ActionsUnion } from "../types";
import { IRenderPageArgs } from "../../types";
export declare const reducer: (state: IRenderPageArgs | null | undefined, action: ActionsUnion) => IRenderPageArgs | null;
