export declare const FinishReason: { readonly Stop: "stop"; readonly Length: "length"; readonly ToolCalls: "tool_calls"; readonly ContentFilter: "content_filter"; readonly FunctionCall: "function_call"; }; export type FinishReason = (typeof FinishReason)[keyof typeof FinishReason];