/** * PostgreSQL pgcrypto Extension Tools * 9 tools total. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ToolDefinition } from "../../../types/index.js"; export declare function getPgcryptoTools(adapter: PostgresAdapter): ToolDefinition[]; //# sourceMappingURL=pgcrypto.d.ts.map