import { type PersistenceLifecycleStore } from "@arnilo/prism"; import type { Pool } from "pg"; export declare function createPostgresPersistenceLifecycle(pool: Pool, schema: string): PersistenceLifecycleStore;