/** * This file was auto-generated by Fern from our API Definition. */ /** * * `ENABLED` - Enabled * * `DISABLED` - Disabled */ export type PromptBlockState = "ENABLED" | "DISABLED"; export declare const PromptBlockState: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; };