import type { VectorEmbedPayload, VectorEmbedResult } from '@flaxia/sdk'; export declare function handleVectorEmbed(payload: VectorEmbedPayload): Promise; //# sourceMappingURL=vector-embed.d.ts.map