export type getIndexResponse200 = { data: void; status: 200; }; export type getIndexResponseSuccess = (getIndexResponse200) & { headers: Headers; }; export type getIndexResponse = (getIndexResponseSuccess); export declare const getGetIndexUrl: () => string; export declare const getIndex: (options?: RequestInit) => Promise; //# sourceMappingURL=index.d.ts.map