import { IDashboardAPIClient } from "@empiricalrun/shared-types/api/base"; import { ToolResult } from "@empiricalrun/shared-types/chat-agent"; import type { StrReplaceInputParams } from "../shared/helpers"; type FileViewExecutorParams = { input: StrReplaceInputParams; repoName?: string; apiClient?: IDashboardAPIClient; repoPath: string; }; export declare function fileViewExecutor(params: FileViewExecutorParams): Promise; export {}; //# sourceMappingURL=index.d.ts.map