import { IndexDetails } from "./index-details.types";
export declare const indexDetails: () => Promise<IndexDetails>;
