/** * This file was auto-generated by Fern from our API Definition. */ /** * Current state of the project */ export type AudioNativeProjectSettingsResponseModelStatus = "processing" | "ready"; export declare const AudioNativeProjectSettingsResponseModelStatus: { readonly Processing: "processing"; readonly Ready: "ready"; };