/** * Node.js-specific file system utilities for the MCP Inspector server */ export declare function getContentType(filePath: string): string; export declare function checkClientFiles(clientDistPath: string): boolean; /** * Get client dist path. * Returns different paths depending on whether running from CLI or server. */ export declare function getClientDistPath(): string; //# sourceMappingURL=file-utils.d.ts.map