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