/** * This file was auto-generated by Fern from our API Definition. */ /** * * `ALL` - ALL * * `NONE` - NONE */ export type LogprobsEnum = "ALL" | "NONE"; export declare const LogprobsEnum: { readonly All: "ALL"; readonly None: "NONE"; };