/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../index"; import * as MixedbreadAI from "../../../api/index"; import * as core from "../../../core"; import { Query } from "../../types/Query"; import { MultiModalRerankingInput } from "../../types/MultiModalRerankingInput"; export declare const RerankingRequest: core.serialization.Schema; export declare namespace RerankingRequest { interface Raw { model?: string | null; query: Query.Raw; input: MultiModalRerankingInput.Raw; rank_fields?: string[] | null; top_k?: number | null; return_input?: boolean | null; } }