/** * Extensions Resource * * Extension inventory with versions and installation recommendations. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createExtensionsResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=extensions.d.ts.map