import { IndexInfo } from "./index-info.types";
export declare const indexInfo: (indexName: string) => Promise<IndexInfo>;
