export declare const EMBED_INPUT_MAX_CHARS: number; export declare const EMBED_SUBBATCH_SIZE: number; export declare const EMBED_SUBBATCH_COOLDOWN_MS: number; export declare const EMBED_MS_PER_INPUT: number; export declare const EMBED_REQUEST_TIMEOUT_MS: number; export declare const EMBED_KEEP_ALIVE: number | string; export declare function embed(text: string): Promise; export declare function subBatchCharBudget(msPerChar: number): number; export declare function embedBatch(texts: string[], onProgress?: (done: number, total: number) => void): Promise; //# sourceMappingURL=index.d.ts.map