/** * Adds a duration to an ISO 8601 timestamp and returns the result in canonical * ISO 8601 form. */ export declare function addMillisecondsToTimestamp(timestamp: string, duration: number): string; //# sourceMappingURL=timestamps.d.ts.map