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