/** * Built-in context tags. * * @since 1.0.0 */ import type * as pg from "pg"; import type * as Context from "effect/Context"; /** * @category context * @since 1.0.0 */ export declare const ClientConfig: Context.Tag; /** * @category context * @since 1.0.0 */ export declare const Client: Context.Tag; /** * @category context * @since 1.0.0 */ export declare const PoolConfig: Context.Tag; /** * @category context * @since 1.0.0 */ export declare const PoolClient: Context.Tag; /** * @category context * @since 1.0.0 */ export declare const Pool: Context.Tag; /** * @category context * @since 1.0.0 */ export declare const ClientBase: Context.Tag; //# sourceMappingURL=PgContext.d.ts.map