import { logStoreBootResult, summarizeStoreBootResult } from "./application/boot.js"; import { normalizePostgresIndexMap } from "./application/postgres.js"; import type { StoreApplicationRuntimeFacade, StoreApplicationRuntimeOptions } from "./application/types.js"; import type { RuntimeEntityRegistry } from "./types.js"; declare function createStoreApplicationRuntime(options: StoreApplicationRuntimeOptions): StoreApplicationRuntimeFacade; export { createStoreApplicationRuntime, logStoreBootResult, normalizePostgresIndexMap, summarizeStoreBootResult, }; export type { StoreApplicationEnv, StoreApplicationPostgresOptions, StoreApplicationRuntimeFacade, StoreApplicationRuntimeOptions, StoreBootResultSummary, StorePostgresIndexMap, StorePostgresIndexMapItem, StoreStartupBridge, StoreStartupMark, StoreStartupMarkDone, } from "./application/types.js"; //# sourceMappingURL=application.d.ts.map