/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal */ import { Provider, Data } from '../format.js'; export declare function readSlices(data: Data): Promise; export declare const Ccp4Provider: Provider;