import type { PostgresJsDatabase } from "drizzle-orm/postgres-js"; export declare function asPostgresDb(db: unknown): PostgresJsDatabase;