import type { TrajectoryPositionStream } from '../trajectory'; import type { MsdOptions, MsdResult } from './index'; export declare const compute_msd_async: import("../worker-client.svelte").WorkerClient;