import { type Options as KYOptions } from 'ky'; import { type Model } from '../types.js'; export declare const createSpladeClient: () => { createSparseVector(params: { input: string; model: string; requestOpts?: { headers?: KYOptions["headers"]; }; }, serviceUrl: string): Promise; };