/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sebastian Bittrich * @author Alexander Rose */ import { ShrakeRupleyContext } from './common.js'; import { RuntimeContext } from '../../../../mol-task/index.js'; export declare function computeArea(runtime: RuntimeContext, ctx: ShrakeRupleyContext): Promise;