import type { RampCatalog } from "../types";
declare const api: {
    fetchRampCatalog: () => Promise<RampCatalog>;
};
export default api;
//# sourceMappingURL=index.d.ts.map