/** * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ export declare const ccd_chemCompAtom_schema: { comp_id: import("../../../../mol-data/db.js").Column.Schema.Str; atom_id: import("../../../../mol-data/db.js").Column.Schema.Str; charge: import("../../../../mol-data/db.js").Column.Schema.Int; pdbx_stereo_config: import("../../../../mol-data/db.js").Column.Schema.Aliased<"r" | "s" | "n">; };