import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const MergingStrategy: core.serialization.Schema<serializers.MergingStrategy.Raw, ElevenLabs.MergingStrategy>;
export declare namespace MergingStrategy {
    type Raw = "rank_fusion" | "top_k_per_source" | "weighted_interleave";
}
