import type { VmPublishIntentIndexBackfiller } from '@origintrail-official/dkg-publisher'; /** * Run the one-time, additive intent-index backfill for VM-publish jobs admitted * before the index existed. Additive insert (RDF set-semantics) means it is safe * to run before the runner starts and cannot race in-flight writes. Fail-open: * a backfill error is logged and swallowed so a hiccup never blocks boot. */ export declare function backfillVmPublishIntentIndexOnBoot(publisherControl: VmPublishIntentIndexBackfiller, log: (message: string) => void): Promise; //# sourceMappingURL=vm-publish-intent-backfill.d.ts.map