import type { Earthquake } from "./types/earthquake";
declare const _default: {
    getAllEarthquakes: () => Promise<Earthquake[]>;
};
export default _default;
export type { Earthquake };
