/**
 * Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import * as Data from '../data-model.js';
import { EncodedColumn } from '../../../common/binary-cif.js';
export declare function Field(column: EncodedColumn): Data.CifField;
