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