/** * 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 _struct_asym: CifCategory; export declare const _entity_poly: CifCategory; export declare const _entity_poly_seq: CifCategory;