import Coordinates from './Coordinates';
export default function qibla(coordinates: Coordinates): number;
