import { Node } from '@stencila/schema';
import { Jesta } from '.';
import { MethodSchema } from './manifest';
export declare const schema: MethodSchema;
export declare function export_(this: Jesta, node: Node, output: string, format?: string, downcast?: boolean, validate?: boolean, theme?: string): Promise<string>;
