/** * Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ import { Entities } from '../common.js'; import { CoarseElementData, CoarsedElementKeys } from '../coarse.js'; export declare function getCoarseKeys(data: CoarseElementData, entities: Entities): CoarsedElementKeys;