import type { ObsidianClient } from '../client/obsidian.js'; import type { ToolResult } from '../types/index.js'; import type { GetFileInfoArgs } from '../types/tools.js'; export declare function getFileInfo(client: ObsidianClient, args: GetFileInfoArgs): Promise;