/** * pg_stat_kcache Setup Prompt * * Complete guide for setting up OS-level performance monitoring with pg_stat_kcache. */ import type { PromptDefinition } from "../../../types/index.js"; export declare function createSetupKcachePrompt(): PromptDefinition; //# sourceMappingURL=kcache.d.ts.map