import { m as ModelProviderDeclarationConfig } from "./types.models-DPSUKHec.js"; import { Bt as ProviderCatalogResult, Rt as ProviderCatalogContext } from "./types-C_nat0ED.js"; //#region extensions/deepinfra/provider-catalog.d.ts declare function buildStaticDeepInfraProvider(): ModelProviderDeclarationConfig; declare function buildDeepInfraProvider(options?: { hasApiKey?: boolean; env?: NodeJS.ProcessEnv; agentDir?: string; }): Promise; declare function buildDeepInfraApiKeyCatalog(ctx: ProviderCatalogContext): Promise; //#endregion export { buildDeepInfraProvider as n, buildStaticDeepInfraProvider as r, buildDeepInfraApiKeyCatalog as t };