/** * This file was auto-generated by Fern from our API Definition. */ /** * The compiler of the agent * * @example * Flatfile.Compiler.Js */ export type Compiler = "js"; export declare const Compiler: { readonly Js: "js"; };