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