/** * Localized rate-limit user message with optional retry countdown. */ export declare function formatRateLimitMessage(translate: (key: string, options?: Record) => string, retryAfterSeconds: number): string; //# sourceMappingURL=formatRateLimitMessage.d.ts.map