import type { FffService } from "../services/fff-service.js"; import type { CommandDefinition } from "./types.js"; export declare function createReindexCommand(service: FffService): CommandDefinition; //# sourceMappingURL=reindex.d.ts.map