/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * One of `paragraph`, `bullets`, or `auto`, defaults to `auto`. Indicates the style in which the summary will be delivered - in a free form paragraph or in bullet points. If `auto` is selected, the best option will be picked based on the input text.
 */
export declare type SummarizeRequestFormat = "paragraph" | "bullets";
export declare const SummarizeRequestFormat: {
    readonly Paragraph: "paragraph";
    readonly Bullets: "bullets";
};
