import type { TrajectoryType } from '../index'; export declare function parse_pymatgen_trajectory(obj: Record, filename?: string): TrajectoryType;