import type { GetTrajectoryResponse } from "@wandelbots/nova-api/v1";
import type { NovaCellAPIClient } from "./NovaCellAPIClient";
export declare function getLatestTrajectories(apiClient: NovaCellAPIClient, sampleTime?: number, responsesCoordinateSystem?: string): Promise<GetTrajectoryResponse[]>;
//# sourceMappingURL=getLatestTrajectories.d.ts.map