import type { BuildConfig } from "../../types/build-type.js"; import type { ContextBundle, LeafObservation } from "./types.js"; export type MineProgress = (info: { action: string; done: number; total: number; pathKey: string; elapsedMs: number; }) => void; export declare function buildBundles(config: BuildConfig, observations: LeafObservation[], onProgress?: MineProgress): ContextBundle[]; //# sourceMappingURL=mine-context.d.ts.map