/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal * @author Ludovic Autin */ import { Task } from '../../../../mol-task/index.js'; import { ReaderResult as Result } from '../../result.js'; import { LammpsDataFile } from '../schema.js'; import { StringLike } from '../../../common/string-like.js'; export declare function parseLammpsData(data: StringLike): Task>;