import { Action, ActionProcessor } from "actionhero"; export declare class NextRender extends Action { constructor(); run(data: ActionProcessor): Promise; }