import type { Store } from "../types.js"; import type { RuntimeBootResult, StoreRuntimeBootOptions } from "./types.js"; declare function createBootRunner(store: Pick, options?: StoreRuntimeBootOptions): () => Promise; export { createBootRunner, }; //# sourceMappingURL=boot.d.ts.map