/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ export declare function openCif(path: string): Promise; export declare function downloadCif(url: string, isBinary: boolean): Promise;