agent-afk 5.28.3 → 5.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,7 @@ export type UsageLimitClassification = {
10
10
  kind: 'credit-exhausted';
11
11
  };
12
12
  export declare const RATE_LIMIT_TRANSIENT_MAX_RETRY_AFTER_MS: number;
13
+ export declare function getHeader(error: unknown, name: string): string | undefined;
13
14
  export declare function parseRetryAfterMs(error: unknown): number | undefined;
14
15
  export declare function classifyUsageLimitError(error: Error): UsageLimitClassification | null;
15
16
  export interface WaitForResetOpts {