3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
|
|
import type { ParsedTokenLimitError } from "./types";
|
||
|
|
export declare function parseAnthropicTokenLimitError(err: unknown): ParsedTokenLimitError | null;
|