/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * Type of the input text. Defaults to `null`. Other options: `query`, `document`.
 */
export declare type EmbedRequestInputType = "query" | "document";
export declare const EmbedRequestInputType: {
    readonly Query: "query";
    readonly Document: "document";
};
