import type { ActionTool } from "../../agent/types.js"; export declare const tool: ActionTool; export declare function run(args: Record): Promise; export default function main(args: string[]): Promise; //# sourceMappingURL=read-file.d.ts.map