import { NodeRequestType } from "./NodeRequestType"; export declare class NodeRequest { payload: string; type: NodeRequestType; constructor(payload: string, type: NodeRequestType); }