import type { TrajectoryType } from '../index'; import type { AtomTypeMapping } from '../types'; export declare function parse_lammps_trajectory(content: string, filename?: string, atom_type_mapping?: AtomTypeMapping): TrajectoryType;