import type { Provider } from "@intentic/engine"; import { type SshExecutor } from "../core/ssh.js"; export declare const createPostgresDatabaseProvider: (executor?: SshExecutor) => Provider; //# sourceMappingURL=postgres-database.d.ts.map