export declare enum Pathname { UpsertData = "/api/collection/upsert_data", FetchCollectionData = "/api/collection/fetch_data", DeleteData = "/api/collection/del_data", FetchIndexData = "/api/index/fetch_data", UpdateData = "/api/collection/update_data" }