/** * pg_partman Status Resource * * Provides pg_partman partition set status, configuration, and health. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createPartmanResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=partman.d.ts.map