/** * 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"; export declare const FileRequest: core.serialization.Schema; export declare namespace FileRequest { interface Raw { command: string; path?: string | null; content?: string | null; mode?: string | null; encoding?: string | null; view_range?: number[] | null; recursive?: boolean | null; src?: string | null; dst?: string | null; old_str?: string | null; new_str?: string | null; line?: number | null; text?: string | null; lines?: number[] | null; all_occurrences?: boolean | null; pattern?: string | null; case_sensitive?: boolean | null; line_numbers?: boolean | null; } }