import 'temporal-polyfill/global'; import { MoladBase } from './moladBase'; /** * Returns the molad in UTC as a Temporal.ZonedDateTime. * This method subtracts 20.94 minutes (20 minutes and 56.496 seconds) from the computed time (Har Habayis with a longitude * of 35.2354° is 5.2354° away from the %15 timezone longitude) to get to standard time. This method * intentionally uses standard time and not daylight savings time. * * @return the ZonedDateTime representing the moment of the molad in UTC */ export declare function getMoladAsDate(molad: MoladBase): Temporal.ZonedDateTime;