/** * This file was auto-generated by Fern from our API Definition. */ export type AudioIsolationAudioIsolationRequestFileFormat = "pcm_s16le_16" | "other"; export declare const AudioIsolationAudioIsolationRequestFileFormat: { readonly PcmS16Le16: "pcm_s16le_16"; readonly Other: "other"; };