import type { RuntimePostgresIndex, StoreRuntimePostgresOptions } from "../../../runtime/types.js"; import type { StoreApplicationRuntimeOptions, StorePostgresIndexMap } from "./types.js"; declare function createApplicationPostgresOptions(options: StoreApplicationRuntimeOptions): StoreRuntimePostgresOptions | undefined; declare function normalizePostgresIndexMap(indexMap: StorePostgresIndexMap | null | undefined): RuntimePostgresIndex[]; export { createApplicationPostgresOptions, normalizePostgresIndexMap, }; //# sourceMappingURL=postgres.d.ts.map