/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { ModelPricing } from "@workglow/ai"; /** Async rate-card lookup for a model id, suitable for render-time cost lines. */ export declare function useModelPricing(modelId: string | undefined): ModelPricing | undefined;