import type { UnifiedModel } from "../types.js"; export declare function handleBatchGetPricing(models: UnifiedModel[], args: Record): { content: { type: "text"; text: string; }[]; isError: boolean; } | { content: { type: "text"; text: string; }[]; isError?: undefined; }; //# sourceMappingURL=batch.d.ts.map