export declare const BASE_URL: {
    GEMPA: string;
    CUACA: string;
    CSV: string;
};
export declare const ENDPOINTS: {
    GEMPA: {
        AUTO_GEMPA: string;
        GEMPA_TERKINI: string;
        GEMPA_DIRASAKAN: string;
    };
    CUACA: string;
};
