import { Node } from '@stencila/schema';
import { Jesta } from '.';
export declare function dispatch(this: Jesta, method: string, params: Record<string, Node | undefined>): Promise<Node | undefined>;
