export interface AppRateLimited { type: "app_rate_limited"; token: string; team_id: string; minute_rate_limited: number; api_app_id: string; } //# sourceMappingURL=app-rate-limited.d.ts.map