import type { AutoGempa } from '../../types/index.js';
/**
 * Mengambil data gempa yang baru-baru ini terjadi.
 * @returns Object berisi data gempa yang baru-baru ini terjadi.
 */
export declare const autoGempa: () => Promise<AutoGempa | null>;
