export function openOrCloseNewPageForm(): {
    type: string;
};
export const TOGGLE_NEWPAGE_FORM: "TOGGLE_NEWPAGE_FORM";
