/** * This file was auto-generated by Fern from our API Definition. */ /** * The template of the agent */ export type AgentTemplateEnum = "constraints" | "autobuild" | "autocast" | "webhook-egress" | "action-listener" | "automap"; export declare const AgentTemplateEnum: { readonly Constraints: "constraints"; readonly Autobuild: "autobuild"; readonly Autocast: "autocast"; readonly WebhookEgress: "webhook-egress"; readonly ActionListener: "action-listener"; readonly Automap: "automap"; };