/** Enable completion event notifications when TTS generation finishes. When set to true, an event message will be sent when the final audio chunk has been generated. */ export declare const CompletionEventFlag: { readonly True: "true"; readonly False: "false"; }; export type CompletionEventFlag = (typeof CompletionEventFlag)[keyof typeof CompletionEventFlag];