import type { LazyTrajectorySource } from '../parse/shared'; import type { TrajectoryProvenance, TrajectoryRun } from '../run'; export declare const hdf5_run: (source: LazyTrajectorySource, provenance: TrajectoryProvenance, warnings: readonly string[]) => TrajectoryRun;