/** * Activity Resource * * Current database connections and running queries with blocking detection. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createActivityResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=activity.d.ts.map