/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index"; import * as Scrapybara from "../../../../../api/index"; import * as core from "../../../../../core"; import { Command } from "../../types/Command"; export declare const EditRequest: core.serialization.Schema; export declare namespace EditRequest { interface Raw { command: Command.Raw; path: string; file_text?: string | null; view_range?: number[] | null; old_str?: string | null; new_str?: string | null; insert_line?: number | null; } }