import { Inventory } from '../Inventory';
/**
 * Checks based on input if we would need to follow rate limit.
 * @param {Inventory} inventory instance
 * @param {boolean}
 */
export declare function isRateLimited<T>(inventory: Inventory<T>, steamID: string): string | boolean;
//# sourceMappingURL=isRateLimited.d.ts.map