import { n as WasmPipeline, r as warmupWasm, t as WarmupConfig } from "./warmup-Dv2alr2-.js"; import { i as initializeWasmUtil, l as upgradeToWasmHttpClient, n as WasmConfig, r as ensureWasmPipelines, s as setWasmConfig } from "./setup-BgoWtvIS.js"; //#region ../infra/src/wasm/wasmDefaults.d.ts /** The WASM version bundled and tested with this SDK release. */ declare const DEFAULT_WASM_VERSION = "v2.14.07-post7-post3"; /** Builds a WarmupConfig from a directory that mirrors the ml-wasm-kit CDN layout. */ declare function buildWasmConfigFromBasePath(basePath: string): WarmupConfig; /** Builds the standard WarmupConfig from the Incode CDN. */ declare function buildDefaultWasmConfig(): WarmupConfig; /** * Merges optional WASM path overrides with CDN defaults. Explicit non-blank * paths take precedence. Blank override strings log a warning and fall back to defaults. */ declare function resolveWasmConfig(overrides?: Partial): WarmupConfig; //#endregion export { DEFAULT_WASM_VERSION, type WasmConfig, type WasmPipeline, buildDefaultWasmConfig, buildWasmConfigFromBasePath, ensureWasmPipelines, initializeWasmUtil, resolveWasmConfig, setWasmConfig, upgradeToWasmHttpClient, warmupWasm };