import type * as Phonic from "../../../../index.js";
/**
 * @example
 *     {}
 */
export interface ConversationsGetRequest {
    /** Format of the presigned `audio_url` in the response. */
    audio_container?: Phonic.ConversationsGetRequestAudioContainer;
}
