/** * PostGIS Status Resource * * Provides PostGIS extension status, spatial columns, and index information. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createPostgisResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=postgis.d.ts.map