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