import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { AudioNativeProjectSettingsResponseModel } from "./AudioNativeProjectSettingsResponseModel";
export declare const GetAudioNativeProjectSettingsResponseModel: core.serialization.ObjectSchema<serializers.GetAudioNativeProjectSettingsResponseModel.Raw, ElevenLabs.GetAudioNativeProjectSettingsResponseModel>;
export declare namespace GetAudioNativeProjectSettingsResponseModel {
    interface Raw {
        enabled: boolean;
        snapshot_id?: string | null;
        settings?: AudioNativeProjectSettingsResponseModel.Raw | null;
    }
}
