/** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * * Adapted from MolQL project */ export declare const _transpiler: { pymol: import("./transpiler.js").Transpiler; vmd: import("./transpiler.js").Transpiler; jmol: import("./transpiler.js").Transpiler; };