import type { Temporal } from "../types.js";
/**
 * Returns the modified julian date of the exact time which the given temporal object represents.
 *
 * @param instant instant
 * @returns modified julian date
 */
export declare function modifiedJulianDate(instant: Temporal.Instant): number;
//# sourceMappingURL=modifiedJulianDate.d.ts.map