/** * pgcrypto Status Resource * * Provides pgcrypto extension availability and usage information. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createCryptoResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=crypto.d.ts.map