import type { ResolvedRateLimits } from "./server-types.js"; export declare class RateLimiter { private limits; private states; constructor(limits: ResolvedRateLimits); private get; trackInvite(participantId: string): void; trackMessage(participantId: string): void; sweep(): { removed: number; remaining: number; }; } //# sourceMappingURL=rate-limits.d.ts.map