/** * Extracts the total prompt token count from Anthropic prompt-overflow errors. * Expects: provider error text may include `prompt is too long: N tokens > M maximum`. */ export declare function inferenceErrorAnthropicPromptOverflowTokensExtract(errorMessage?: string): number | undefined; //# sourceMappingURL=inferenceErrorAnthropicPromptOverflowTokensExtract.d.ts.map