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