import type { ToolResult } from "../../types.js"; import type { FsReadOptions } from "../fs.js"; export declare function fsRead(path: string, options?: FsReadOptions): Promise; export declare function fsList(path: string, options?: { maxEntries?: number | undefined; confirmed?: boolean | undefined; }): Promise;