import { Node } from '@stencila/schema';
import { Jesta } from '.';
export declare function upcast(this: Jesta, node: Node): Promise<Node>;
