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