import { Command } from "commander"; import { housekeepFlow } from "../flows/housekeep.js"; import { resolvePublishedMachineAuthorityForHousekeep } from "../flows/federation/sync-pod-ledger.js"; export declare function buildHousekeepCommand(dependencies?: { housekeepFlow?: typeof housekeepFlow; resolvePublishedMachineAuthority?: typeof resolvePublishedMachineAuthorityForHousekeep; }): Command; //# sourceMappingURL=housekeep.d.ts.map