/** * API Client — Monthly Quota 429 handling * @module tests/api/client.quota.test * * SMI-4463: Verifies the client distinguishes a monthly-quota-exceeded 429 * (body `error: 'monthly_quota_exceeded'`) from the per-minute rate-limit * 429 (different body shape) and surfaces it as a non-retryable * `SkillsmithError` with code `NETWORK_QUOTA_EXCEEDED`. */ export {}; //# sourceMappingURL=client.quota.test.d.ts.map