export declare function isTokenLimitError(error: {
    name?: string;
    message?: string;
} | undefined): boolean;
