/** * This file was auto-generated by Fern from our API Definition. */ export type Command = "view" | "create" | "str_replace" | "insert" | "undo_edit"; export declare const Command: { readonly View: "view"; readonly Create: "create"; readonly StrReplace: "str_replace"; readonly Insert: "insert"; readonly UndoEdit: "undo_edit"; };