/** * Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { CifWriter } from '../../../../mol-io/writer/cif.js'; import { CifExportContext } from '../mmcif.js'; import CifCategory = CifWriter.Category; export declare const _chem_comp: CifCategory; export declare const _chem_comp_bond: CifCategory; export declare const _pdbx_chem_comp_identifier: CifCategory; export declare const _pdbx_nonpoly_scheme: CifCategory;