/** Type of the input text. Defaults to `null`. Other options: `query`, `document`. */ export declare const EmbedRequestInputType: { readonly Query: "query"; readonly Document: "document"; }; export type EmbedRequestInputType = (typeof EmbedRequestInputType)[keyof typeof EmbedRequestInputType];