/**
 * Copyright (c) 2017-2020 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>
 */
import { Entities } from '../../../mol-model/structure/model/properties/common';
import { Model } from '../../../mol-model/structure/model';
import { BasicData } from './schema';
export declare function getEntities(data: BasicData, properties: Model['properties']): Entities;
