/** * Query rate limits storage and find out if any of the given subjects * have rate below the given limitThreshold. Return a Ucanto.Success result if * not, and a Ucanto.Error if so, or if we get an error from the underlying * store. * * @param {import("../types.js").RateLimitsStorage} storage * @param {string[]} subjects * @param {number} limitThreshold * @return {Promise>} */ export function ensureRateLimitAbove(storage: import("../types.js").RateLimitsStorage, subjects: string[], limitThreshold: number): Promise>; //# sourceMappingURL=rate-limits.d.ts.map