/** Format in which the embeddings are encoded. We support two options: */ export declare const EmbedRequestEncodingFormat: { readonly Base64: "base64"; }; export type EmbedRequestEncodingFormat = (typeof EmbedRequestEncodingFormat)[keyof typeof EmbedRequestEncodingFormat];