/**
 * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 *
 * based in part on NGL (https://github.com/arose/ngl)
 */
import { Interactions } from './interactions.js';
import { Structure } from '../../../mol-model/structure.js';
export declare function refineInteractions(structure: Structure, interactions: Interactions): void;
