/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { AiProviderRunFnRegistration } from "@workglow/ai"; import type { HfInferenceModelConfig } from "./HFI_ModelSchema"; export { getClient, getModelName, getProvider, loadHfInferenceSDK } from "./HFI_Client"; export declare const HFI_RUN_FNS: readonly AiProviderRunFnRegistration[];