import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { type DiggerConfig } from "../config.js"; export declare function registerDigStatus(server: McpServer, config: DiggerConfig | null): void; /** * Generate a health-check report for config and repo connectivity. * * Never throws — returns a usable response even when repos are unreachable. */ export declare function digStatus(config: DiggerConfig | null): Promise; export declare function formatCacheAge(isoDate: string, now?: Date): string; //# sourceMappingURL=digStatus.d.ts.map