/** * pg_stat_kcache Status Resource * * Provides pg_stat_kcache OS-level performance metrics summary. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createKcacheResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=kcache.d.ts.map