/** * Copyright (c) 2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { Task } from '../../mol-task/index.js'; import { TrrFile } from '../../mol-io/reader/trr/parser.js'; import { Coordinates } from '../../mol-model/structure/coordinates.js'; export declare function coordinatesFromTrr(file: TrrFile): Task;