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