import { i as BindingNotFoundError, n as LayerOptions, o as BindingValidationError, r as TagClass, u as WorkerEnvironment } from "./Hyperdrive-C0vfrPeG.mjs"; import { Layer } from "effect"; import { PgClient } from "@effect/sql-pg"; import * as _$effect_unstable_sql_SqlClient0 from "effect/unstable/sql/SqlClient"; import * as _$effect_unstable_sql_SqlError0 from "effect/unstable/sql/SqlError"; import * as _$effect_Scope0 from "effect/Scope"; //#region src/HyperdrivePg.d.ts type PgLayerOptions = Omit; declare const layer: (tag: TagClass, binding: LayerOptions, options?: PgLayerOptions) => Layer.Layer, Self>>; //#endregion export { PgLayerOptions, layer };