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