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