import type { DetectorOutcome, KernelStores } from "../../../core/src/classify/classifier.js";
import type { JourneyBranch } from "./schema.js";
export declare function bootstrapConfirmedJourneyStores(branch: JourneyBranch, outcomes: DetectorOutcome[], now?: string): Promise<KernelStores>;
//# sourceMappingURL=bootstrap-stores.d.ts.map