import { PrayerTimesOptions, PrayerTimings } from "./types";
export declare function fetchPrayerTimes(opts: PrayerTimesOptions, date: Date): Promise<PrayerTimings>;
