import { IndexList } from "./index-list.types";
export declare const indexList: () => Promise<IndexList>;
