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