export interface FinalOutput {
    /** Indicates if the generation is complete. If set to `True`, `audio` will be null. */
    isFinal?: true;
}
