export type RollingIndexState = "Pending" | "Running" | "Done";
//# sourceMappingURL=RollingIndexState.d.ts.map