import { Expression } from './expression';
export declare function formatMolScript(e: Expression): string;
