/**
 * Copyright (c) 2019-2024 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>
 * @author Yana Rose <yana.v.rose@gmail.com>
 */
import { CifFrame } from '../../../mol-io/reader/cif.js';
import { PdbFile } from '../../../mol-io/reader/pdb/schema.js';
export declare function pdbToMmCif(pdb: PdbFile): Promise<CifFrame>;
